Commit Graph

109 Commits (master)

Author SHA1 Message Date
Apprentice Harper 73af5d355d whitespace and some unicode/bytes
Minor changes.
3 years ago
Apprentice Harper 45a1a64db5 Update version and FAQs
Version 7.2.0 with all the latest pull requests, including on for the latest KFX encryption.
3 years ago
Apprentice Harper bc1c3c2197
Merge pull request #1490 from llrosy798/patch-1
update voucher envelope obfuscation table
3 years ago
Apprentice Harper 79cfddfbee
Merge pull request #1650 from romanbsd/bugfix
Python 3.x fix
3 years ago
Apprentice Harper aa41bba68c
Merge pull request #1615 from ableeker/python3
Python 3 fix
3 years ago
Apprentice Harper 01c654cb68
Merge pull request #1560 from Threak/master
Try new openssl library name
3 years ago
Apprentice Harper 5bc28623cb
Merge pull request #1546 from mkb79/master
Enhance parsing DrmIon files
3 years ago
Apprentice Harper 45eefd6c80
Merge pull request #1539 from josdion/master
Preserve filename encoding flag when fixing epub archive
3 years ago
Roman Shterenzon 33e37eb375 Python 3.x fix 3 years ago
Aldo Bleeker 4229b8ff85 Another Python 3 fix 3 years ago
Aldo Bleeker 91e4645315 Another Python 3 fix 3 years ago
Aldo Bleeker 425d8af73e Python 3 fix 3 years ago
Threak d7ddc2ab93 Try new openssl library name 3 years ago
mkb79 fd51422a36 Enhance parsing DrmIon files
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.
3 years ago
Apprentice Harper 76a47e0dd0 Version number update
Update to 7.1.0 for a full release
3 years ago
josdion ffd79d5fe4 Preserve filename encoding flag when fixing epub archive 3 years ago
Aldo Bleeker 21a7b13524 Fix for Python 3 3 years ago
Apprentice Harper 495dda3809
Merge pull request #1502 from ableeker/python3
Fix for broken book keys
3 years ago
Aldo Bleeker 33b9630ca5 Fix for broken book keys 3 years ago
xxyzz 9346f86f73
encode serialnum before returning it, close #1479 3 years ago
llrosy798 0b2b81fd23
fix previous bug 3 years ago
llrosy798 63aecc598f
update secret table 3 years ago
llrosy798 51c8be6baf
fill unknown symbols in known catalog 3 years ago
2Weak2Live 2789cee331 Fix python3 encoding problem in voucher decryption 3 years ago
Apprentice Harper a7974f0f14 Update ineptpdf.py
integer division, and version
3 years ago
Apprentice Harper ed412bee35 Updated to inept.pdf for PC
Contributed changes for PC compatibility. Thanks, Aldo.

Update main version to 7.0.2
3 years ago
Apprentice Harper 6cee615f26 Update ineptpdf.py
Fix handling of metadata
3 years ago
Apprentice Harper c4581b4d72 Version to 7.0.1, ineptpdf fixes
ineptpdf should now decrypt at least some Adobe PDFs
3 years ago
Apprentice Harper f6a568bcc1 Update ineptepub.py
Handle uncompressed elements (if any) in the zip file.
3 years ago
Apprentice Harper bf6170e613
Merge pull request #1445 from ableeker/python3
Some more fixes for ePub
3 years ago
Apprentice Harper fdf0389936 MobiDeDRM fixes
Change handling of PIDs to cope with byte arrays or strings passed in. Also fixed handling of a very old default key format.
3 years ago
Aldo Bleeker 5599c1694b Some more fixes for ePub 3 years ago
Apprentice Harper 13e9a14907
Merge pull request #1398 from xxyzz/config
return str from load_resource()
3 years ago
xxyzz a1059650f6
return str from load_resource() 3 years ago
penenkel a3cc221932
Revert changes to k4mobidedrm.py 3 years ago
penenkel 6732be1434
`getPidList()` now returns pids as bytes instead of bytearrays 3 years ago
penenkel ad5cb056f0
Add conversion from bytearray to bytes so that pids are hashable 3 years ago
Aldo Bleeker 8e436ad920 Python 3 fixes fort correct version of __init__.py 3 years ago
Aldo Bleeker ae806f734e Python 3 fixes for __init__.py 3 years ago
Apprentice Harper ccfa454226 Merge branch 'Python2' - the DeDRM plugn version change 3 years ago
Apprentice Harper 6716db1f62 Derive calibre version tuple from __version__ string 3 years ago
Apprentice Harper 0e0d7d8b14 Don't rule out running from the command line 3 years ago
Apprentice Harper 981aadc497
Merge pull request #1380 from xxyzz/byte-string
Fix byte string error for KFX
3 years ago
Apprentice Harper 26eb5d676c Merge branch 'Python2' Bring across version number updates from 6.8.1 release 3 years ago
Apprentice Harper 464788a3f1 Update DeDRM version number to 6.8.1, and kindlekey to 2.8 3 years ago
Apprentice Harper 036f9007fd Merge branch 'Python2': Get the changes to fix Kindle key retrieval for Mac OS X Big Sur 3 years ago
Aldo Bleeker f9d9b6016f Python 3 fixes for Barnes&Noble 3 years ago
Dan Norris cdab22e59c
Fix loading libcrypto on OSX Big Sur
It looks like Big Sur removed `libcrypto.dylib` as a file on the
filesystem, so loading it using `ctypes.find_library` fails which breaks
Kindle decryption. Now to load a dylib you need to attempt to load it
directly and the operating system will load the dylib from the OS' cache
or fail.

This fixes the problem by explicitly setting the path to libcrypto to
`/usr/lib/libcrypto.dylib` if `ctypes.find_library` does not find the
file, loading the dylib and raising an exception if it fails at that
point.

See saltstack/salt#5778 for more detailed info.

Closes #1369.
3 years ago
xxyzz b8b324956c
replace bord with ord and some other byte string fix
PyCryptodome's bord() in Python3 does nothing.
3 years ago
xxyzz 1955b34883
import ion correctly 3 years ago