forked from apprenticeharper/DeDRM_tools
-
Notifications
You must be signed in to change notification settings - Fork 325
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
typo in kindlekey.py breaks key retrieval in Kindle for Mac #1
Comments
Thanks for letting me know, I've merged that PR into my repo. |
Thank you! |
This fix is now included in v10.0.2. |
Thank you! I have updated the Mac post on MobileRead. |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Daniele has caught typo in kindlekey.py that breaks key retrieval, causing decryption on new installations of Kindle for Mac using DeDRM 7.2.1 to fail. Same is happening with v10.0.1.
Please see Pull request #1936 in Apprentice Harper's repo
In a nutshell: v10.0.1 kindlekey.py line 1529 should be
b'DSN',\
rather thanb'DSN'
I tested this on my Mac and correction fixes problem. Thank you for considering this revision.
The text was updated successfully, but these errors were encountered: