Skip to content

MorganDavis/walicense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

##Washington State License/ID Card Encoder/Decoder Script/Module

Washington State licenses (and ID) numbers are not random, rather encoded from Name & Birthdate in the following format:

LLLLLFMYYxMD

(L=LastName, F=FirstInitial, M=MiddleInitial, YY=100-BirthYear, M=MonthCode, D=DayCode, x=Checksum)

There is a primary encoding, and in the case of an ID collision, a secondary encoding (aka twins with similar names). So far it appears that since the index position of the two options maps the same in the checksum both options for the license number will differ by the month character only (having the same checksum).

This is based upon information from: http://www.dogberrypatch.com/archives/washington-driver-license-numbers-decoded/

You can check the status of a calculated license at: https://fortress.wa.gov/dol/dolprod/dsdDriverStatusDisplay/

About

Washington State License Number Encoder/Decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages