summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/ineptepub.py
Commit message (Expand)AuthorAgeFilesLines
* Fix more Py2/Py3 stuffNoDRM2023-08-061-0/+2
* More Python2 fixesNoDRM2023-08-031-3/+2
* 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
* Move unicode_argv to its own fileNoDRM2022-08-061-34/+2
* Move SafeUnbuffered to own Python fileNoDRM2022-08-061-29/+1
* Fix ZIP attribute "external_attr" getting resetNoDRM2022-08-061-0/+12
* Fix RSA.import_key (fixes #101)NoDRM2022-07-161-1/+1
* Add back unpad to fix Python2 supportNoDRM2022-03-191-2/+9
* Add support for "hardened" Adobe DRMa980e066a012022-03-181-11/+30
* Remove OpenSSL support; only support PyCryptodomea980e066a012022-03-181-283/+35
* Try to fix B&N issuesNoDRM2022-01-021-7/+10
* Lots of B&N updatesNoDRM2021-12-231-11/+59
* Add back Python2 support (ADEPT)NoDRM2021-11-161-5/+11
* Add useful error message for the new, uncracked ADEPT DRMNoDRM2021-11-151-0/+9
* No longer break obfuscated fonts on DRM removalNoDRM2021-11-151-23/+50
* Improve key detectionNoDRM2021-11-151-1/+37
* Fix for broken book keysAldo Bleeker2021-01-281-4/+4
* Update ineptepub.pyApprentice Harper2020-12-271-6/+10
* Revert "PyCrypto requires RSA values to be long"Apprentice Harper2020-11-251-1/+1
* Merge pull request #1362 from ivan-m/pycrypto_rsa_longApprentice Harper2020-11-231-1/+1
|\
| * PyCrypto requires RSA values to be longIvan Lazar Miljenovic2020-11-111-1/+1
* | Python 3 fixesAldo Bleeker2020-11-221-24/+28
|/
* More general changes, and get mobidedrm and kindlekey to work on Mac.Apprentice Harper2020-10-141-37/+38
* Mostly Mac fixes. mobidedrm.py now works, and k4mobidedrm for at least some i...Apprentice Harper2020-10-041-4/+2
* More generic 3.0 changes, to be tested.Apprentice Harper2020-09-271-38/+36
* Starting on Version 7.0 using the work done by others. Completely untested. I...Apprentice Harper2020-09-261-51/+42
* Update init file, update versions in files, update comments in filesApprentice Harper2020-06-181-13/+5
* More handling of difference between python2 and python3Rémi Vanicat2020-05-081-3/+7
* decoding from base64 in a portable wayRémi Vanicat2020-05-081-2/+5
* modernizing ineptepub.Rémi Vanicat2020-05-081-46/+50
* Remove stand-alone apps. Only support the two plugins.Apprentice Harper2020-02-161-0/+601