@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 than b'DSN'
I tested this on my Mac and correction fixes problem. Thank you for considering this revision.
@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.