NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

Detect ES_NIE #11

Open Jmnobles1 opened 3 weeks ago

Jmnobles1 commented 3 weeks ago

ES_NIE : (Spain) Foreigner Identification Number

Description :

In Spain there are NIE's which are unique identification numbers assigned to foreigners. It allows non-Spanish residents to do things such as open a bank account, buy a house, etc. For more information look here .

Detecting ES_NIE can be important to stop things such as Identity Theft and Fraud. ES_NIE is similar to a Social Security Number in the US, it can be exploited for identity theft or fraud if it falls into the wrong persons hands. Someone could use the NIE to open bank and credit accounts, or commit fraudulent activities.

Detection Steps :

Define the ES_NIE Pattern:

for more information on the ES_NIE format you can look here .

claesmk commented 3 weeks ago

Looks good

everett-alanHood commented 3 weeks ago

Are the letters case-sensitive? And out of curiosity, if a serial number expires does that number then become free to use?

ZachLCOMP commented 3 weeks ago

Are the letters and numbers that comprise the number generated in any particular way? Does the number just increase each time someone gets a new one or how is the letter at the end chosen?