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
![image](https://private-user-images.githubusercontent.com/65231431/253498683-16f25fd1-e32f-491c-969c-3b62b927db4a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NDEwMTMsIm5iZiI6MTczOTY0MDcxMywicGF0aCI6Ii82NTIzMTQzMS8yNTM0OTg2ODMtMTZmMjVmZDEtZTMyZi00OTFjLTk2OWMtM2I2MmI5MjdkYjRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE3MzE1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQwNGIwYzM0NmUyMmRhN2VhOGY1NGU5YzVkZDE4OGQ5MDc0NWY5NGE3NDViMTkzNTA4OGIwNjhmZDRmYWU4Y2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PjnISohmsZ_4f0BN7l7pdkSSl2Od-8hlw7-8xSf5L6A)
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