-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update decode.py #20
base: main
Are you sure you want to change the base?
Update decode.py #20
Conversation
New changes for pulling.
I have raised a PR with mu code. Please check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the content of PR.
It looks like all the code has been commented, and there is no update in codebase
I have uncommented the code now.
I have uncommented the code. please check |
Just a few comments from my quick review:
Not sure why all these changes have been done. |
-- I have made changes only to AadhaarSecureQr class. the AadhaarOldQr and AadhaarOfflineXML classes are the same. |
Can you please provide an example of a new QR which is NOT working with the existing code? And how do you differentiate between old and new QRs? I have a QR generated in 2023, which is working with the existing code. Hence, I want to understand what is not working exactly. |
Sorry, but I can't share my QR code as it contains my personal information from Aadhaar. I recently downloaded my QR from maadhaar app, that is not working. It says 'string out of index'. My colleague had his QR code downloaded maybe last year, that is working fine. |
Please don't remove any functions, only do the changes that you need to modify. |
Sorry for the inconvenience. I have updated the code now. |
I have attached sample outputs for both old and new QR codes which I ran using my code. You can refer those. |
I have incorporated some of your changes into this PR: #22 . |
New changes for pulling.