NCATComp410 / comp410_spring_2024

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

Detect SG_NRIC_FIN #8

Closed Jamtyful closed 8 months ago

Jamtyful commented 9 months ago

The National Registration Identification Card (NRIC) Foreign Identification Number (FIN) is an extremely important identifier in Singapore for foreigners and citizens alike. The number can be used to check into hotels, create bank accounts, apply for a job, borrow books, and many more activities. Maintaining the security of an NRIC number is especially crucial as the number is permanent and can be used to extract additional information about the owner including age and residency status.

You can read more about the NRIC number here

Will detect an alphanumeric string in the format of “A0000000A”.

Will use the first public and invalidated NRIC number “S0000001I” as a test case.

claesmk commented 9 months ago

Looks good

hkhamvan263 commented 9 months ago

Your assigned PII is clear and simple.