summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/ion.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix more Py2/Py3 stuffNoDRM2023-08-061-1/+4
|
* Added several more scramble functions to Kindle decryptSatsuoni2023-06-251-11/+375
|
* Added fix for padding being correct on accidentNoDRM2023-06-251-8/+6
| | | | Co-authored-by: Satsuoni <[email protected]>
* Try to add support for new K4PCNoDRM2023-06-231-5/+119
| | | | | Co-authored-by: Andrew Innes <[email protected]> Co-authored-by: Satsuoni <[email protected]>
* Add back unpad to fix Python2 supportNoDRM2022-03-191-4/+22
|
* Remove OpenSSL support; only support PyCryptodomea980e066a012022-03-181-21/+10
| | | | | | | | | | | This allows us to clean up the code a lot. On Windows, it isn't installed by default and most of the time not be found at all. On M1 Macs, the kernel will kill the process instead. Closes #33.
* whitespace and some unicode/bytesApprentice Harper2021-04-111-0/+6
| | | | Minor changes.
* Merge pull request #1490 from llrosy798/patch-1Apprentice Harper2021-04-111-7/+46
|\ | | | | update voucher envelope obfuscation table
| * fix previous bugllrosy7982021-01-211-1/+1
| |
| * update secret tablellrosy7982021-01-211-7/+44
| |
| * fill unknown symbols in known catalogllrosy7982021-01-211-0/+2
| |
* | Enhance parsing DrmIon filesmkb792021-02-221-4/+24
| | | | | | | | | | | | Adding support for parsing plaintext in DrmIon files. This is needed by my kindle project. When downloading an ebook with my package it gives me a metadata file wich is DrmIon encoded. This file containes plaintext instead of encrypted pages.
* | Fix python3 encoding problem in voucher decryption2Weak2Live2021-01-131-4/+4
|/
* replace bord with ord and some other byte string fixxxyzz2020-11-281-14/+15
| | | | PyCryptodome's bord() in Python3 does nothing.
* More general changes, and get mobidedrm and kindlekey to work on Mac.Apprentice Harper2020-10-141-9/+3
|
* More generic 3.0 changes, to be tested.Apprentice Harper2020-09-271-3/+1
|
* Starting on Version 7.0 using the work done by others. Completely untested. ↵Apprentice Harper2020-09-261-3/+6
| | | | | | | | | | I will be testing things, but I thought I'd get this base version up for others to give pull requests. THIS IS ON THE MASTER BRANCH. The Master branch will be Python 3.0 from now on. While Python 2.7 support will not be deliberately broken, all efforts should now focus on Python 3.0 compatibility. I can see a lot of work has been done. There's more to do. I've bumped the version number of everything I came across to the next major number for Python 3.0 compatibility indication. Thanks everyone. I hope to update here at least once a week until we have a stable 7.0 release for calibre 5.0
* Update init file, update versions in files, update comments in filesApprentice Harper2020-06-181-2/+20
|
* Support KFX VoucherEnvelope versions 2 and 3apprenticesakuya2020-06-161-5/+41
|
* Remove stand-alone apps. Only support the two plugins.Apprentice Harper2020-02-161-0/+990