we are developing a application which need to check whether user entering valid "AADHAR" number or not. i find some links and some "apis" but didn't meet final requirement please provide me a some useful material to solve this
Aadhaar is a 12 digit individual identification number issued by the Unique Identification Authority of India on behalf of the Government of India.
I think you are looking for
Verhoeff algorithm
,because UIDAI uses this algorithm for validating the aadhar number.You just need to create and use below class.For More Info:-
http://en.wikibooks.org/wiki/Algorithm_Implementation/Checksums/Verhoeff_Algorithm https://groups.google.com/forum/#!topic/aadhaarauth/eB5hOU-Qtq0 http://simplybanking.wordpress.com/2013/07/14/the-actual-uidai-aadhaar-number-is-11-digits-long-and-not-12-digits/
EDIT:--
Use this javascript
Courtesy Wikipedia
Try this one.
python3
Objective C for iOS
import "AadhaarValidate.h"