Commit Graph

673 Commits (master)
 

Author SHA1 Message Date
NoDRM 9a11f480b5 Fix plugin crash with invalid ADE key 2 years ago
NoDRM 59839ae5c7 Fix Calibre 6 issue in Obok plugin 2 years ago
NoDRM c15135b12f Fix RSA.import_key (fixes #101)
Apparently "import_key" only exists in newer versions (as an alias to
"importKey"). "importKey" works in all versions ...
2 years ago
NoDRM 077e8f5c2a Prepare release v10.0.3 2 years ago
NoDRM fed8bb716b Add some Python2 compat code I forgot to add earlier 2 years ago
NoDRM c12d214b59 Fix Obok plugin on Calibre 6 (#98) 2 years ago
Yuki Liu 012ff533ab fix the regular expression 2 years ago
NoDRM dcbb377566 Fix Nook study key retrieval 2 years ago
NoDRM 76ce6d9c5c Fix Kindle for real 2 years ago
NoDRM 726d72217e Hopefully fix Kindle books 2 years ago
NoDRM 2d51005cf1 Fix print-replica Amazon books 2 years ago
NoDRM 7eb8f07a33 Bugfix for Nook PDFs? 2 years ago
NoDRM e4fe032e47 Some untested Python2 Kindle bugfixes 2 years ago
NoDRM bb170688ba (Hopefully) fix WineGetKeys for Kindle 2 years ago
NoDRM b283777c0a Add back unpad to fix Python2 support 2 years ago
NoDRM cf095a4171 Update plugin readme 2 years ago
NoDRM 263cc1d2cf Improve error message 2 years ago
NoDRM a4689f6ac0 Make B&N plugin skip invalid hashes in Windows app 2 years ago
NoDRM 82a698edf6 Debugging for __version issue 2 years ago
NoDRM 227bda1ea6 Try to fix V3 PDF files 2 years ago
NoDRM 93ff0aac20 Update FAQs
Co-authored-by: ZolaLa <49111160+ZolaLa9@users.noreply.github.com>
2 years ago
Brose Johnstone 1f13ae0f78 Obok: Fix invalid UTF-8 causing UI to not open
For some reason, the title of a book on my device causes Obok to choke. Apparently it's not valid UTF-8.
This fixes that by ignoring decode errors.
2 years ago
a980e066a01 c5aebcca01 Add support for "hardened" Adobe DRM
What took the most time was not reverse-engineering
the scheme, but actually finding books using it...

Closes #20, #25, #45
2 years ago
a980e066a01 a1dd63ae5f Remove OpenSSL support; only support PyCryptodome
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.
2 years ago
NoDRM f4634b5eab Update FAQ 2 years ago
NoDRM 034137962c Remove LCP references from Readme 2 years ago
NoDRM 2b46f61eae Add empty placeholder file for LCP 2 years ago
NoDRM e54bb3f700 Fix IndexError in mobidedrm.py 2 years ago
NoDRM 5b3e3e420f Make plugin work in Calibre 6 (Qt 6) 2 years ago
NoDRM f17b255159 Add "MemoryError" to FAQ 2 years ago
NoDRM b2b55531d3 Fix FileNotFoundError during PassHash handling 2 years ago
NoDRM b84cf9aeb8 Fix libcrypto DLL path search (see #13 and #14)
Co-authored-by: Adriano Caloiaro <code@adriano.fyi>
2 years ago
NoDRM d5473f1db0 Try to fix B&N issues 2 years ago
NoDRM a275d5d819 More work on standalone version, fix plugin 2 years ago
Aldo Bleeker 5ace15e912 Python 3 fixes 2 years ago
NoDRM e0fcd99bcb Add passhash interface to CLI 2 years ago
NoDRM b11aadcca6 Bugfixes in standalone code for Calibre < 5 / Python 2 2 years ago
NoDRM dbf4b54026 Begin work on standalone version
Now the plugin ZIP file (DeDRM_plugin.zip) can be run with a normal
Python interpreter as if it were a Python file (try
`python3 DeDRM_plugin.zip --help`). This way I can begin building a
standalone version (that can run without Calibre) without having to
duplicate a ton of code.
2 years ago
NoDRM 9c40b3ce5a Cleanup 2 years ago
NoDRM 80f511ade9 Correct user pass padding, fix PDFStream export 2 years ago
NoDRM c11db59150 Update Changelog 2 years ago
NoDRM 9c6f4ecc3b Fix broken key management 2 years ago
NoDRM fbe9b5ea89 Ton of PDF DeDRM updates
- Support "Standard" and "Adobe.APS" encryptions
- Support decrypting with owner password instead of user password
- New function to return encryption filter name
- Support for V=5, R=5 and R=6 PDF files
- Support for AES256-encrypted PDF files
- Disable broken cross-reference streams in output
2 years ago
NoDRM 23a454205a Update watermark code 2 years ago
NoDRM 586609bb2c Remove ancient code to import keys from ancient plugins
There were a couple specific DRM removal plugins before the DeDRM plugin
was created. These are obsolete since a long time, there's no need to
still have the code to import their config.

If people are still using these ancient plugins, they'll have to update
to an older version of DeDRM first, and then update to the current one.
2 years ago
NoDRM 96cf14f3ec Edit .gitignore 2 years ago
NoDRM 1958989487 Key retrieval updates 2 years ago
NoDRM 8986855a47 Support for extracting PassHashes from ADE 2 years ago
NoDRM 620c90b695 Update PassHash documentation 2 years ago
NoDRM 3b9c201421 Lots of B&N updates 2 years ago