NCATComp410 / comp410_spring_2024

COMP410 spring 2024 semester
MIT License
3 stars 0 forks source link

Detect US_DRIVER_LICENSE #21

Open jacross9 opened 7 months ago

jacross9 commented 7 months ago

In the United States, driver's license numbers are considered sensitive personally identifiable information (PII) and are used to identify and recognize every driver on public roads. Given the personal information linked to each driver's license number, such as name, address, date of birth, gender, height and eye color, confidentiality issues could arise. Ensuring the security of this information is crucial to prevent identity theft, fraud, and other malicious activities.

Each state within the United States has its own Department of Motor Vehicles (DMV), and each DMV issues drivers a numeric or alphanumeric driver's license number. For more information on formatting, refer to the National Traffic Safety Institute.

This will check for a numeric or alphanumeric string (ex. C999999999), and will check for state specific guidelines to verify and validate correct format per state.

claesmk commented 7 months ago

Looks good

kmwatts1 commented 6 months ago

Nice summary! It makes clear why keeping driver's license numbers safe is important to prevent identity theft and fraud. Good work!