How QR Data only encrypted in digits #13
lalwanikamaldev
started this conversation in
General
Replies: 1 comment 1 reply
-
In the case of Paytm or others, they generate randomize data maximum time. In the case of Aadhaar, it needs to be highly compressed to fit in a small size, so here is the technique they use
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey , i am very curious about how the QR encrypted data only shows the Digits only when data get encrypted.
which algo they used so that they get only digits in data .
I was reading this manual
https://103.57.226.101/images/resource/User_manulal_QR_Code_15032019.pdf
I was seeing the sample data it shows always a digits
https://www.appsloveworld.com/coding/python3x/21/how-to-read-decode-secure-qr-code-on-indian-aadhaar-card-image
In this article also simple data is digits only .
Even when i use paytm qr app to scan the adhar barcode ,it shows me only digits .
My questions is how the json data get converted to only digits and which algorithm they use to do that .
Beta Was this translation helpful? Give feedback.
All reactions