
- WHERE IS DRIVER LICENSE NUMBER LOCATED TEXAS CODE
- WHERE IS DRIVER LICENSE NUMBER LOCATED TEXAS LICENSE NUMBER
Illinois may have overflow digits, but if they do the You (ignoring the last two digits), when you got your license.
WHERE IS DRIVER LICENSE NUMBER LOCATED TEXAS LICENSE NUMBER
Represent the number of people who had the same license number as Wisconsin prints a two digit overflow number on your license.Īs a result, the last two digits of your Wisconsin license number To each duplicate number to resolve the confusion. Solved with "overflow" numbers, a simple sequential number can be appended Same day, they'll get the same Illinois drive's license number. ForĮxample, if "Joshua William Smith" and "Jack Wayne Snoddy" were born on the With similar names to get the exact same driver's license number. Looking at this, may become clear that it is possible for two people His name is probably William and not Wilma. License number, because that's less than 600, we know Mr. (So, January 1st is encoded as "001" for men in Illinois.) If the result is less than 100, add zeroes to the left side to make it 3ĭigits. Wisconsin and Florida men use 0, women use 500. Wisconsin: (birth_month - 1) * 40 + birth_day + (male:0, female: 500)īirth_month is the number of months into the year, January is 1, Illinois: (birth_month - 1) * 31 + birth_day + (male:0, female: 600) General: (birth_month - 1) * month_multiplier + birth_day + gender_modįlorida: (birth_month - 1) * 40 + birth_day + (male:0, female: 500) This portion encodes the month and day you were born on. Out of a WDL, and is often used to spot fakes. If you areīorn in 1968, it should read '68'. The two numbers together represent the year of your birth. Since the example was generated for "William Andrew If it had been 001, we would simply know at the their initialsĪre A.
WHERE IS DRIVER LICENSE NUMBER LOCATED TEXAS CODE
Possible) or your first initial to the code for your middle Now, if add together the code for either your first name (if Now look up your middle initial on this table: If you fail to find your name, look up your first initial on this table: The Soundex code for the top 10,000 (ish) last names in the US,Īnd I suggest the top 10 for any given code.įFF - Encoded first name and middle initial License reverser, I simply take likely guesses. Is correct, as the example person's last name is "Fakename"įor my license generator, I simply implement this. Sibilant, followed by a nasal, followed by another nasal. The example soundex is F255, so the example name starts withį, so the name starts with an F, followed by a gutteral or You might want to look at further information on Soundex is a hashing system for english words. Illinois State ID's simply move the initial letter to the end, but are I'm told Florida uses a different system for state identifications. The specific licenenses look like the following. When you remove the hyphens, these license numbers look like the Is that it allows a skilled bouncer to quickly identify sloppy fake ids.

I'm not really sure why these numbers are designed so. Some or all of their driver's license number. With someone's name, date of birth, and gender, you can guess Good guesses at someone's name and exactly determine their gender and date Someone's driver's license number from one of these states, you can take States use the same system of encoding, or very similar ones. These include Florida, Wisconsin, and Illinois. Here is a Java applet for encoding these states.Ī number of states encode your name, gender, and date of birth in your Information from your driver's license number:

On your personal information, or you can determine your personal


I've written programs so you can can calculate your license number based Other states driver's license numbers see this page. This particular page focuses on the algorithm shared by Florida, Illinois, and Wisconsin. You might want to see warning about fake ids before using this information to make a fake id. You might want to look at my disclaimer before using this information for anything important. US Driver's License Numbers Florida, Illinois, Wisconsin, perhaps others
