summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* 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
* (Hopefully) fix WineGetKeys for KindleNoDRM2022-03-191-8/+17
* Add back unpad to fix Python2 supportNoDRM2022-03-199-26/+99
* Improve error messageNoDRM2022-03-191-0/+6
* Make B&N plugin skip invalid hashes in Windows appNoDRM2022-03-181-5/+9
* Debugging for __version issueNoDRM2022-03-181-1/+11