Skip to content
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

Format of keys in androidkindlekey.py isn't quite right #16

Closed
ableeker opened this issue May 29, 2015 · 2 comments
Closed

Format of keys in androidkindlekey.py isn't quite right #16

ableeker opened this issue May 29, 2015 · 2 comments

Comments

@ableeker
Copy link
Contributor

I believe the keys are calculated correctly, because I've been taken the values that are output, and have been able to combine them manually into keys that will successfully decrypt my ebooks. However, the format the program uses to form the keys isn't quite right, and as a result the final keys aren’t valid. As it is now, they take the form “(None,)(u’abc’,)” or “(u’abc,)(u’xyz)”. The required format is in fact much simpler: it’s just “abc”, or “abcxyz”. (I found out that one of the values can be missing when combined into the final key.)

@apprenticeharper
Copy link
Owner

Thanks for the report. the android support is still a work in progress.

@apprenticeharper
Copy link
Owner

Fixed in current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants