summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* Try to fix V3 PDF filesNoDRM2022-03-181-1/+1
* Add support for "hardened" Adobe DRMa980e066a012022-03-183-26/+59
* Remove OpenSSL support; only support PyCryptodomea980e066a012022-03-1815-2107/+189
* Add empty placeholder file for LCPNoDRM2022-01-112-0/+71
* Fix IndexError in mobidedrm.pyNoDRM2022-01-041-1/+1
* Make plugin work in Calibre 6 (Qt 6)NoDRM2022-01-023-7/+13
* Add "MemoryError" to FAQNoDRM2022-01-021-2/+3
* Fix FileNotFoundError during PassHash handlingNoDRM2022-01-021-2/+5
* Fix libcrypto DLL path search (see #13 and #14)NoDRM2022-01-022-6/+25
* Try to fix B&N issuesNoDRM2022-01-023-28/+45
* More work on standalone version, fix pluginNoDRM2022-01-0110-32/+455
* Python 3 fixesAldo Bleeker2021-12-293-8/+20
* Add passhash interface to CLINoDRM2021-12-294-31/+167
* Bugfixes in standalone code for Calibre < 5 / Python 2NoDRM2021-12-2914-40/+48
* Begin work on standalone versionNoDRM2021-12-2913-149/+379
* CleanupNoDRM2021-12-297-459/+16
* Correct user pass padding, fix PDFStream exportNoDRM2021-12-272-7/+17
* Fix broken key managementNoDRM2021-12-271-1/+1
* Ton of PDF DeDRM updatesNoDRM2021-12-276-77/+513
* Update watermark codeNoDRM2021-12-272-3/+16
* Remove ancient code to import keys from ancient pluginsNoDRM2021-12-272-218/+14
* Key retrieval updatesNoDRM2021-12-252-80/+100
* Support for extracting PassHashes from ADENoDRM2021-12-244-19/+318
* Update PassHash documentationNoDRM2021-12-232-68/+67
* Lots of B&N updatesNoDRM2021-12-2310-2502/+680
* Detect Kobo & Apple DRM in epubtest.pyNoDRM2021-12-201-15/+24
* Support importing multiple keys from ADENoDRM2021-12-201-33/+67
* Fix username decryption with unicode chars in Python2NoDRM2021-12-202-7/+293
* CleanupNoDRM2021-12-201-13/+4
* Update to v10.0.2NoDRM2021-11-293-23/+61
* Fix watermark stuffNoDRM2021-11-291-1/+3
* Fix username code for ADE key retrievalFlorian Bach2021-11-291-1/+17
* Fix typo in kindlekey.py that broke Mac versionDaniele Metilli2021-11-251-1/+1
* Fixes a bug that sometimes caused the plugin to failNoDRM2021-11-192-10/+78
* LCP supportNoDRM2021-11-179-28/+167
* Add some more watermark removal codeNoDRM2021-11-174-49/+270
* Support Python 2.7 and Python 3 winreg imports on WindowsDerek Tracy2021-11-164-4/+17
* Fix font deobfuscation for Python 2NoDRM2021-11-161-1/+8
* Auto-import keys from DeACSM pluginNoDRM2021-11-162-16/+99
* Remove CDP watermark from EPUBsNoDRM2021-11-161-25/+84
* Add B&N PDF DeDRM (untested), match UUID for Adobe PDFsNoDRM2021-11-163-12/+95
* Fix ADE key import through plugin settingsNoDRM2021-11-161-4/+9
* Add back Python2 support (ADEPT)NoDRM2021-11-1621-310/+481
* Add useful error message for the new, uncracked ADEPT DRMNoDRM2021-11-153-1/+36
* No longer break obfuscated fonts on DRM removalNoDRM2021-11-152-25/+52