summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update kfxdedrm as suggested in #440HEADmasterNoDRM2023-12-211-1/+1
* More FileOpen fixesNoDRM2023-12-212-2/+2
* Bunch of updates for the FileOpen scriptNoDRM2023-12-033-466/+371
* Fix file lock issue in androidkindlekey.pyNoDRM2023-12-032-0/+5
* Fix more Py2/Py3 stuffNoDRM2023-08-0612-8/+40
* Enable autorelease into 2nd repoNoDRM2023-08-033-45/+35
* More Python2 fixesNoDRM2023-08-0314-41/+44
* More Py2 fixesNoDRM2023-08-033-8/+16
* More Python2 bugfixesNoDRM2023-08-037-19/+75
* Fix python2 issues in kgenpids and kindlekeyNoDRM2023-08-033-13/+33
* Fix PDF decryption for 256-bit AES with V=5NoDRM2023-08-022-4/+12
* Fix PDF decryption of ancient 40-bit RC4 with R=2NoDRM2023-08-022-6/+17
* Prepare release candidate v10.0.9NoDRM2023-08-028-14/+25
* Add warning to the standalone codeNoDRM2023-08-024-0/+45
* Disable auto-prerelease again (#358)NoDRM2023-06-252-42/+43
* Update CI to create an automatic beta releaseNoDRM2023-06-252-0/+46
* Added several more scramble functions to Kindle decryptSatsuoni2023-06-252-11/+6146
* Added fix for padding being correct on accidentNoDRM2023-06-251-8/+6
* Fix python2 issues in Kindle and Nook code (#355)NoDRM2023-06-244-4/+21
* Fix font decryption with multiple IDs (#347)NoDRM2023-06-232-5/+8
* Try to add support for new K4PCNoDRM2023-06-232-5/+120
* Support for Adobe's 'aes128-cbc-uncompressed' encryption (see #242)NoDRM2023-01-062-2/+11
* Fix issue with remaining data in encryption.xmlNoDRM2023-01-061-2/+2
* Try fixing a Python2 bug in the Obok plugin (#235)NoDRM2022-12-291-2/+8
* Update CHANGELOGNoDRM2022-12-291-0/+1
* PDF: Ignore invalid objid in non-strict mode, fixes #233NoDRM2022-12-291-1/+13
* Fix Python3 bug in stylexml2css.py, fixes #232NoDRM2022-12-232-3/+4
* Fix exception in error logging in ineptpdfNoDRM2022-12-231-4/+8
* Untested code for the Obok plugin to allow adding duplicate books.NoDRM2022-10-193-3/+30
* Strip whitespace from Kindle serials (#158)NoDRM2022-10-192-1/+2
* Add support for empty arrays (<>) in PDF objects. Fixes #183.NoDRM2022-10-172-6/+20
* Update changelogNoDRM2022-09-101-0/+2
* Update README, fixes #136NoDRM2022-09-101-2/+2
* CleanupNoDRM2022-09-102-1/+3
* Fix key import sometimes generating corrupted keys.NoDRM2022-09-101-4/+5
* fix 2 spelling errors in FAQs.mdRoland W-H2022-08-101-2/+2
* Fix tons of PDF-related issuesNoDRM2022-08-072-19/+62
* Fix DeACSM import for PDF filesNoDRM2022-08-072-3/+4
* Cleanup / SafeUnbuffered bugfixNoDRM2022-08-072-15/+3
* More stuff I missedNoDRM2022-08-063-69/+14
* CleanupNoDRM2022-08-062-14/+1
* Move unicode_argv to its own fileNoDRM2022-08-0613-546/+37
* Remove AlfCrypto libraries and perform everything in PythonNoDRM2022-08-0610-451/+89
* Couple Python 2 fixes in (unsupported) standalone scriptsNoDRM2022-08-067-31/+88
* Move SafeUnbuffered to own Python fileNoDRM2022-08-0614-322/+42
* Another Python2 Bugfix for ObokNoDRM2022-08-062-6/+21
* Delete unused filesNoDRM2022-08-065-666/+0
* Fix PDF corruption in Calibre 4 (#104)NoDRM2022-08-062-9/+30
* Fix ZIP attribute "external_attr" getting resetNoDRM2022-08-067-9/+114
* Fix plugin crash with invalid ADE keyNoDRM2022-08-032-3/+5