Skip to content

Instantly share code, notes, and snippets.

View ashutosh1211's full-sized avatar
🎯
Focusing

Ashutosh ashutosh1211

🎯
Focusing
  • Connection Loops Pvt. Ltd.
  • Pune, India
View GitHub Profile
@ashutosh1211
ashutosh1211 / gist:a941bb0050e230f62cc2c263f4a3ddd2
Created November 14, 2024 07:57
AADHAR Biometric API wadh calulcation
var CryptoJS = require("crypto-js");//replace thie with script tag in browser env
lr = 'Y';
ra = "F"; //'F' for fingerprint
rc = 'Y';
de = 'N';
pfr = 'N';
text = '2.5' + ra + rc + lr + de + pfr;
var sha = CryptoJS.SHA256(text);