-
Notifications
You must be signed in to change notification settings - Fork 11
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
Some database not decrypting correctly #18
Comments
Hi there. I am one of the users that reported the bug in the store. I would love to see the app working in my BQ M10 FHD. Let me know if need any info or detail in the investigation to identify the bug |
I also have the problem of incorrect decrypting. If you need further info or logs, don't hesitate to ask for them. Thank you. |
I am also experiencing this issue with version 3.0. Given that passwords decrypts to unrecognizable UTF8 symbols when the test passwords using the ASCII character set leads me think that the error could be due to byte shifting. A.K.A byte 2 of the password is parsed like it is byte 1 and the actual 1st byte is skipped. |
Can confirm. Just experienced the issue using a german umlaut. |
Hi @DannyGB. First of all, this is a great app, thank you so much for creating it! :) Secondly, I also stumbled over these decryption issues. Upon further inspection I found two different problems:
I adapted the code to solve these two problems. You can find my pull request here. Let me know if there's something you don't like about it. :) |
Users report that some databases are not decrypting correctly.
I have no further details so this will require some deep investigation
The text was updated successfully, but these errors were encountered: