-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
don't use PyCrypto library because it's unmaintained + fix MacOS decryption code not removing 16 bytes padding + handle garbage data at end (windows and android) + edit text #103
Conversation
Thank you for the contribution, however it would be much better if you were to split this PR into four, each with the changes you've made in the title. I haven't gone and look into the changes yet but I'll wait until you split it into multiple PRs before reviewing. |
I need some confirmation as to if the last 4 bytes are garbage here. We are using |
How do I split |
First off, please learn how to use Git - more specifically Git Branches. There are plenty of great tutorials online to help you with that. Once you have learned that, create a branch for each of the changes and PR them as normally (making sure you're selecting the correct branch you want to merge in). |
I think that |
I don't know how to split This is not |
That's fine to keep as one PR then. |
|
Padding is added if size is divisible by 16. here is |
Yeah, you are correct here. Still, we're not using |
read title