Skip to main content

Driver's License Calculator: USA STATE DRIVERLICENCE NUMBER

Unique ID Software
High Programmer > Alan De Smet > Unique ID > Unique ID Software

Unique ID Software

by Alan De Smet

The Unique ID software can calculate various interesting numbers and codes. Notably, for some states, it can determine your driver's license number from your personal information, to determine your personal information from your driver's license number.

This is the software I use to run my Unique ID web tools. You can give it a whirl right now.

For more information on the various algorithms supports, see the rest of Unique ID site.

As with the rest of the Unique ID site, this is the work of a hobbiest. I strive to make it work as well as possible, but I offer ABSOLUTELY NO WARRANTY. You might want to read my full disclaimer.

This program is intended to be run as a CGI (Common Gateway Interface) running under a web server like Apache. You can find further information about CGIs. You will want to consult the documentation for your web server for details on how to install a CGI program. This program requires Perl and the Perl modules CGI.pm and Text::Soundex. If this sounds complicated, you're unlikely to be able to successfully install it. Right now I don't have the time to create an easier to use version, sorry.

The software is covered by the GPL, allowing you to make copies and redistibute it under certain restrictions. See the GPL for more details.

If you have information on other states driver's license systems or other interesting numbers, please contact me! I'm always interested in adding additional algorithms to the Unique ID software. If you're willing to share your driver's license information, I can use that to try and reverse engineer your state's system. If you find any bugs (like the number on your license doesn't match what Unique ID claims it should be), please report the bug!.

The current version includes support for:

  • Encoding: Soundex, Maryland, Michigan, Minnesota, New Hampshire, New York (Pre 1992), Washington, Passport MRZs
  • Encoding and analyzing: Wisconsin, Florida, Illinois, Passport MRZs

GitHub repository

Full changelog.

Download UniqueID web tools version 0.5.1 (alpha, 37 kB, June 22, 2013) - Current version.

Download optional soundex guessing file - This is no longer included with the UniqueID packages. It hasn't changed in years, so distributing it seperately will keep the UniqueID packages small.

Download UniqueID web tools version 0.5.0 (alpha, 31 kB)

Download UniqueID web tools version 0.4.2 (alpha, 24 kB)

Download UniqueID web tools version 0.4.1 (alpha, 23 kB)

Download UniqueID web tools version 0.4.0 (alpha, 210 kB)

Download UniqueID web tools version 0.3.0 (alpha, 205 kB)

Download UniqueID web tools version 0.2.1 (alpha, 204 kB)

Download UniqueID web tools version 0.1.2 (alpha, 202 kB)

Contact webmaster - Copyright © 2003 Alan De Smet


Unique ID: Driver's License Calculator: Wisconsin

Unique ID

Other tools:


Driver's License Calculator: Wisconsin Results

Input

First Name: Kristie
Middle Initial: N
Last Name: Petznick
Gender: F
Date of Birth: 
   Year: 1985
   Month: 10
   Day: 25

Output

Driver's License Number: P325-5148-5885-??

The last two digits cannot be determined. They represent the number of people who have the exact same license number as you (excepting the last two digits) when you got your license.


Driver's License Calculator: Wisconsin

Calculate your Wisconsin Driver's License number from your information. How it works. Reverse analyze an existing number.

First Name: 
Middle Initial: 
Last Name: 
Gender: 


Date of Birth: 

   Year: 
   Month: 
   Day: 

Results by Unique ID version 0.5.2, Copyright 2013,2020 Alan De Smet

This software and its generated results come with absolutely no warranty.

About Unique ID   |   Download this software   |   Report a Bug   |   Disclaimer

Unique ID: Select a category

Unique ID

Other tools:



Results by Unique ID version 0.5.2, Copyright 2013,2020 Alan De Smet

This software and its generated results come with absolutely no warranty.

About Unique ID   |   Download this software   |   Report a Bug   |   Disclaimer

 

 

<!DOCTYPE html>
<html><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Unique ID Software</title>

<meta name="description" content="Software for calculating and analyzing numbers like driver's license numbers.">



<link rel="StyleSheet" type="text/css" href="../../default.css">
<link rel="shortcut icon" href="../../favicon.ico">

</head>

<body>

<div class="parentpages">

<A HREF="../../index.html">High Programmer</A>
&gt;

<A HREF="../index.html">Alan De Smet</A>
&gt;

<A HREF="index.html">Unique ID</A>


 &gt; Unique ID Software
</div>

<h1>Unique ID Software</h1>




<p class="author">by <a href="..">Alan De&nbsp;Smet</a></p>



<p>The Unique ID software can calculate various interesting numbers and codes.  Notably, for some states, it can determine your driver's license number from your personal information, to determine your personal information from your driver's license number.

<p>This is the software I use to run my 
<a href="http://www.highprogrammer.com/cgi-bin/uniqueid">Unique ID web tools</a>.
You can <a href="http://www.highprogrammer.com/cgi-bin/uniqueid">give it a whirl right now</a>.

<p>For more information on the various algorithms supports, see 
<a href="index.html">the rest of Unique ID site</a>.

<p>As with the rest of the Unique ID site, this is the work of a hobbiest.
I strive to make it work as well as possible, but I offer ABSOLUTELY NO
WARRANTY.  You might want to read <a href="disclaimer.html">my full
disclaimer</a>.

<p>This program is intended to be run as a CGI (Common
Gateway Interface) running under a web server like <a
href="http://www.apache.org/">Apache</a>.  You can find further <a
href="http://hoohoo.ncsa.uiuc.edu/cgi/">information about CGIs</a>.  You
will want to consult the documentation for your web server for details on
how to install a CGI program.  This program requires <a
href="http://www.perl.org">Perl</a> and the Perl modules <a
href="http://search.cpan.org/search?dist=CGI.pm">CGI.pm</a> and <a
href="http://search.cpan.org/search?dist=Text-Soundex">Text::Soundex</a>.
If this sounds complicated, you're unlikely to be able to successfully
install it.  Right now I don't have the time to create an easier to use
version, sorry.

<p>The software is covered by the <a
href="http://www.fsf.org/licenses/gpl.html">GPL</a>, allowing you to make
copies and redistibute it under certain restrictions.  See the  <a
href="http://www.fsf.org/licenses/gpl.html">GPL</a> for more details.

<p>If you have information on other states driver's license systems or other
interesting numbers, please 
<a href="email.html">contact me</a>!
I'm
always interested in adding additional algorithms to the Unique ID software.
If you're willing to share your driver's license information, I can use
that to try and reverse engineer your state's system.  
If you find any bugs (like the number on your license doesn't match what Unique ID claims it should be),
please <a href="bugs.html">report the bug</a>!.

<p>The current version includes support for:

<ul>
<li>Encoding: Soundex,
Maryland, Michigan, Minnesota,
New Hampshire, 
New York (Pre 1992),
Washington,
Passport MRZs
<li>Encoding and analyzing: Wisconsin, Florida, Illinois, Passport MRZs
</ul>

<p><a href="https://github.com/AlanDeSmet/uniqueid">GitHub
repository</a>

<p><a
href="https://github.com/AlanDeSmet/uniqueid/blob/master/Changelog">Full
changelog</a>.

<p><strong><a href="uniqueid-0.5.1.tar.gz">Download UniqueID web
tools version 0.5.1 (alpha, 37 kB, June 22, 2013)</a></strong> - Current version.

<p><strong><a href="soundex.data.1.gz">Download optional soundex guessing file</a></strong> - This is no longer included with the UniqueID packages.  It hasn't changed in years, so distributing it seperately will keep the UniqueID packages small.  

<p><strong><a href="uniqueid-0.5.0.tar.gz">Download UniqueID web tools version 0.5.0 (alpha, 31 kB)</a></strong> 

<p><strong><a href="uniqueid-0.4.2.tar.gz">Download UniqueID web tools version 0.4.2 (alpha, 24 kB)</a></strong> 

<p><strong><a href="uniqueid-0.4.1.tar.gz">Download UniqueID web tools version 0.4.1 (alpha, 23 kB)</a></strong>

<p><strong><a href="uniqueid-0.4.0.tar.gz">Download UniqueID web tools version 0.4.0 (alpha, 210 kB)</a></strong>

<p><strong><a href="uniqueid-0.3.0.tar.gz">Download UniqueID web tools version 0.3.0 (alpha, 205 kB)</a></strong>

<p><strong><a href="uniqueid-0.2.1.tar.gz">Download UniqueID web tools version 0.2.1 (alpha, 204 kB)</a></strong>

<p><strong><a href="uniqueid-0.1.2.tar.gz">Download UniqueID web tools version 0.1.2 (alpha, 202 kB)</a></strong>












<p class="footerinfo">
<a href="../email.html">Contact webmaster</a>

- Copyright &copy; 2003 Alan De&nbsp;Smet
	


</p>

</body>
</html>

 

Unique ID Software
High Programmer > Alan De Smet > Unique ID > Unique ID Software

Unique ID Software

by Alan De Smet

The Unique ID software can calculate various interesting numbers and codes. Notably, for some states, it can determine your driver's license number from your personal information, to determine your personal information from your driver's license number.

This is the software I use to run my Unique ID web tools. You can give it a whirl right now.

For more information on the various algorithms supports, see the rest of Unique ID site.

As with the rest of the Unique ID site, this is the work of a hobbiest. I strive to make it work as well as possible, but I offer ABSOLUTELY NO WARRANTY. You might want to read my full disclaimer.

This program is intended to be run as a CGI (Common Gateway Interface) running under a web server like Apache. You can find further information about CGIs. You will want to consult the documentation for your web server for details on how to install a CGI program. This program requires Perl and the Perl modules CGI.pm and Text::Soundex. If this sounds complicated, you're unlikely to be able to successfully install it. Right now I don't have the time to create an easier to use version, sorry.

The software is covered by the GPL, allowing you to make copies and redistibute it under certain restrictions. See the GPL for more details.

If you have information on other states driver's license systems or other interesting numbers, please contact me! I'm always interested in adding additional algorithms to the Unique ID software. If you're willing to share your driver's license information, I can use that to try and reverse engineer your state's system. If you find any bugs (like the number on your license doesn't match what Unique ID claims it should be), please report the bug!.

The current version includes support for:

  • Encoding: Soundex, Maryland, Michigan, Minnesota, New Hampshire, New York (Pre 1992), Washington, Passport MRZs
  • Encoding and analyzing: Wisconsin, Florida, Illinois, Passport MRZs

GitHub repository

Full changelog.

Download UniqueID web tools version 0.5.1 (alpha, 37 kB, June 22, 2013) - Current version.

Download optional soundex guessing file - This is no longer included with the UniqueID packages. It hasn't changed in years, so distributing it seperately will keep the UniqueID packages small.

Download UniqueID web tools version 0.5.0 (alpha, 31 kB)

Download UniqueID web tools version 0.4.2 (alpha, 24 kB)

Download UniqueID web tools version 0.4.1 (alpha, 23 kB)

Download UniqueID web tools version 0.4.0 (alpha, 210 kB)

Download UniqueID web tools version 0.3.0 (alpha, 205 kB)

Download UniqueID web tools version 0.2.1 (alpha, 204 kB)

Download UniqueID web tools version 0.1.2 (alpha, 202 kB)

Contact webmaster - Copyright © 2003 Alan De Smet

Comments

Popular posts from this blog

The Spiss Fleinsopp society The Spiss Fleinsopp society Map

  The Spiss fleinsopp society starten på et sammarbeid for å prøve spre spiss fleinsopp mycelum og hjelpe fleinsoppen spre seg til å leve i et perfekt sted for å kunne gå / krype rundt og plukke spiss fleinsopp.   The spiss fleinsopp sosiety sammen kan vi ta en tur og flytte flein til områder hvor vi skal være tryggere når vi plukker spiss fleinsopp i sesongen.  Lå oss plassere fleinsopp det vi trygt kan plukke uten noia og politi kan arrestere oss. https://sites.google.com/view/fleinsopp/ Tryg grun og fleinsopp grunn snart på samme sted🏕 camping plass tourdeflein 2021 telt og flein i trygghet for autoriteter og hverdagshelt. The spiss fleinsopp sosiety trygg fremtid tripp i frihet. https://sites.google.com/view/fleinsopp/ nettsted.  https://drive.google.com/file/d/13PZswXpnI__ArgafJfR6PF8EntDVncG8/view?usp=sharing Jeg vet at du er nysgjerrig nok til å lære mer om spiss fleinsopp sosiety . Så trygg fremtid tripp i frihet.   lykkelig oppdagelse og patc...

PANDEMIC UNEMPLOYMENT ASSISTANCE (PUA)

#1 You will need fullz info -Name -Address -Dob -SSN -Drivers license Number An Email address and USA number will be needed (codes might be sent there) They will need Direct Deposit info to send your money into (You can use any Prepaid Card with direct deposit info like Cashapp, Bluebird, Netspend, Or even a Bank account When they ask you what date was your activities affected by Corona Pandemic, tell them 25th March,2020 Make sure the fullz are from Massachusetts( if u using the Massachusetts link , and must be from Washington if u using the Washington link) Once info is accepted , you get paid in 1-3 business days 1• WHICH STATES HAVE STOPPED PAYING THE PANDEMIC UNEMPLOYMENT ASSISTANCE (PUA) Below are the states which have stopped paying so will advise y’all not to waste your time on them?? 1• Illinois 2• Kansas 3• Nevada 4• New Hampshire 5• Ohio 6• West Virginia 7• Wisconsin 2• STATES WHICH APPLICATION CAN GET YOU TRACKED AND IN TROUBLE 1• Washington 2• Massachusetts 3• ...