Skip to content

A Java library for generation and validation of the Romanian Personal Identification Number (Cod Numeric Personal, or CNP).

License

Notifications You must be signed in to change notification settings

vrachieru/cnp4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnp4j

Travis Coverage Status

A Java library for generation and validation of the Romanian Personal Identification Number (Cod Numeric Personal, or CNP).

CNP format

|1| |23| |45| |67| |89| |^12| |13|
--- ---- ---- ---- ---- ----- ----
|S| |YY| |MM| |DD| |CC| |NNN| |C|
└─┘ └──┘ └──┘ └──┘ └──┘ └───┘ └─┘
 │   │    │    │    │     │    │
 │   │    │    │    │     │    │
 │   │    │    │    │     │    └─ control digit
 │   │    │    │    │     │
 │   │    │    │    │     └─ order number given to individual
 │   │    │    │    │
 │   │    │    │    └─ county code
 │   │    │    │
 │   │    │    └─ dob day
 │   │    │
 │   │    └─ dob month
 │   │
 │   └─ dob year
 │
 └─ sex (M/F)
    1/2 - romanian citizens born between 01.01.1900 and 31.12.1999
    3/4 - romanian citizens born between 01.01.1800 and 31.12.1899
    5/6 - romanian citizens born between 01.01.2000 and 31.12.2099
    7/8 - residents born between 01.01.1900 and 31.12.1999
      9 - foreign citizens born between 01.01.1900 and 31.12.1999

References

[1] https://ro.wikipedia.org/wiki/Cod_numeric_personal

License

This project is released under the terms of the MIT license.

About

A Java library for generation and validation of the Romanian Personal Identification Number (Cod Numeric Personal, or CNP).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages