summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin
Commit message (Collapse)AuthorAgeFilesLines
* Update kfxdedrm as suggested in #440HEADmasterNoDRM2023-12-211-1/+1
|
* More FileOpen fixesNoDRM2023-12-211-1/+1
|
* Bunch of updates for the FileOpen scriptNoDRM2023-12-031-2/+2
|
* Fix file lock issue in androidkindlekey.pyNoDRM2023-12-031-0/+3
|
* Fix more Py2/Py3 stuffNoDRM2023-08-0612-8/+40
|
* Enable autorelease into 2nd repoNoDRM2023-08-031-0/+1
|
* More Python2 fixesNoDRM2023-08-0314-41/+44
|
* More Py2 fixesNoDRM2023-08-033-8/+16
|
* More Python2 bugfixesNoDRM2023-08-036-18/+73
|
* Fix python2 issues in kgenpids and kindlekeyNoDRM2023-08-032-13/+32
|
* Fix PDF decryption for 256-bit AES with V=5NoDRM2023-08-021-4/+11
|
* Fix PDF decryption of ancient 40-bit RC4 with R=2NoDRM2023-08-021-5/+16
|
* Prepare release candidate v10.0.9NoDRM2023-08-023-4/+7
|
* Add warning to the standalone codeNoDRM2023-08-024-0/+45
|
* Added several more scramble functions to Kindle decryptSatsuoni2023-06-252-11/+6146
|
* Added fix for padding being correct on accidentNoDRM2023-06-251-8/+6
| | | | Co-authored-by: Satsuoni <[email protected]>
* Fix python2 issues in Kindle and Nook code (#355)NoDRM2023-06-243-4/+20
|
* Fix font decryption with multiple IDs (#347)NoDRM2023-06-231-5/+7
|
* Try to add support for new K4PCNoDRM2023-06-231-5/+119
| | | | | Co-authored-by: Andrew Innes <[email protected]> Co-authored-by: Satsuoni <[email protected]>
* Support for Adobe's 'aes128-cbc-uncompressed' encryption (see #242)NoDRM2023-01-061-2/+9
|
* Fix issue with remaining data in encryption.xmlNoDRM2023-01-061-2/+2
|
* PDF: Ignore invalid objid in non-strict mode, fixes #233NoDRM2022-12-291-1/+13
|
* Fix Python3 bug in stylexml2css.py, fixes #232NoDRM2022-12-231-1/+1
|
* Fix exception in error logging in ineptpdfNoDRM2022-12-231-4/+8
|
* Strip whitespace from Kindle serials (#158)NoDRM2022-10-191-1/+1
|
* Add support for empty arrays (<>) in PDF objects. Fixes #183.NoDRM2022-10-171-6/+19
|
* CleanupNoDRM2022-09-102-1/+3
|
* Fix key import sometimes generating corrupted keys.NoDRM2022-09-101-4/+5
| | | | Should fix #145, #134, #119, #116, #115, #109 and maybe others.
* Fix tons of PDF-related issuesNoDRM2022-08-071-18/+60
|
* Fix DeACSM import for PDF filesNoDRM2022-08-071-3/+3
|
* Cleanup / SafeUnbuffered bugfixNoDRM2022-08-072-15/+3
|
* More stuff I missedNoDRM2022-08-062-68/+10
|
* 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
| | | | | | | | | | The old AlfCrypto DLL, SO and DYLIB files are ancient, I don't have the systems to recompile them all, they cause issues on ARM Macs, and I doubt with all the Python improvements over the last years that they have a significant performance advantage. And even if that's the case, nobody is importing hundreds of DRM books at the same time so it shouldn't hurt if some decryptions might take a bit longer.
* Move SafeUnbuffered to own Python fileNoDRM2022-08-0614-322/+42
|
* Delete unused filesNoDRM2022-08-065-666/+0
|
* Fix PDF corruption in Calibre 4 (#104)NoDRM2022-08-061-9/+29
|
* Fix ZIP attribute "external_attr" getting resetNoDRM2022-08-066-8/+112
|
* Fix plugin crash with invalid ADE keyNoDRM2022-08-031-3/+4
|
* Fix RSA.import_key (fixes #101)NoDRM2022-07-162-2/+2
| | | | | Apparently "import_key" only exists in newer versions (as an alias to "importKey"). "importKey" works in all versions ...
* Prepare release v10.0.3NoDRM2022-07-132-4/+4
|
* Add some Python2 compat code I forgot to add earlierNoDRM2022-07-132-12/+19
|
* fix the regular expressionYuki Liu2022-04-211-1/+1
|
* Fix Nook study key retrievalNoDRM2022-03-221-1/+1
|
* Fix Kindle for realNoDRM2022-03-202-14/+12
|
* Hopefully fix Kindle booksNoDRM2022-03-201-1/+1
|
* Fix print-replica Amazon booksNoDRM2022-03-191-2/+2
|
* Bugfix for Nook PDFs?NoDRM2022-03-192-2/+7
|
* Some untested Python2 Kindle bugfixesNoDRM2022-03-191-4/+11
|