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

Track format of magnetic stripe cards by L. Padilla

  Track format of magnetic stripe cards by L. Padilla This page contains an explanation about the format of the three magnetic tracks in standard identification cards, particularly those used in financial transactions, i.e., credit and debit cards. It is a summary of the international standards ISO 7813 (tracks 1 and 2) and ISO 4909 (track 3). Track 1 (IATA) Up to 79 ALPHA 7-bit (including parity) characters (alphanumeric) including SS, ES and LRC. Read only. It comprises the following fields (in this order): SS: Start Sentinel. 1 character: %. FC: Format Code. 1 character (alphabetic only): A: Reserved for proprietary use of card issuer. B: Bank/financial. This is the format described here. C-M: Reserved for use by ANSI Subcommittee X3B10. N-Z: Available for use by individual card issuers. PAN: Primary Account Number. Up to 19 digits: In accordance with the account numbering scheme in ISO 7812. It co

MODELS 9600/9601/9620/9621 SINGLE-CASSETTE CASH DISPENSER OPERATION MANUAL

For Sales & Service Call: 888-501-5246 MODELS 9600/9601/9620/9621 SINGLE-CASSETTE CASH DISPENSER OPERATION MANUAL FCC COMPLIANCE Warning: Changes or modifications to this unit not expressly approved by the party responsible for compliance could void the user’s authority to operate the equipment. Note: This equipment has been tested and found to comply with the limits for a Class A digital device, persuant to Part 15 of FCC Rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial envi ronment. This equipment generates, uses, and can radiate radio fre quency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio com munications. Operation of this equipment in a

Marcell Molnár - Hacking ATMs on a Budget creedit csrd hacking , nfc hacking, rfid hacking carding

Enable Ginger Cannot connect to Ginger Check your internet connection or reload the browser Disable in this text field Rephrase Rephrase current sentence Edit in Ginger × DISCLAIMER: This Channel DOES NOT Promote or encourage Any illegal activities. all provided by This Channel are meant for EDUCATIONAL PURPOSE only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for 'fair use for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational, or personal https://drive.google.com/drive/folders/1Z6xAaAs-DeyvKVdowhcyzwdO-LTIO6Xw?usp=sharing https://horsezooerotic.blogspot.com/2021/04/atm-hacking-manual-triton-system-model.htmlidentity creation management and validation Step By Step Guideline On How To Create Social Security Card Soft Copy guide on how to use the online generator and SSN lockup tool edit the