You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Apprentice Harper e0c7d7d382 Revert "PyCrypto requires RSA values to be long"
This reverts commit a1703e15d4.
4 years ago
.github Create QUESTION.md 4 years ago
DeDRM_plugin Revert "PyCrypto requires RSA values to be long" 4 years ago
Obok_plugin _winreg in python3 has been changed to winreg. Update imports. 4 years ago
Other_Tools _winreg in python3 has been changed to winreg. Update imports. 4 years ago
CALIBRE_CLI_INSTRUCTIONS.md Update doc link for preferences code 4 years ago
DeDRM_plugin_ReadMe.txt Remove stand-alone apps. Only support the two plugins. 4 years ago
FAQs.md Updates to FAQs and ReadMes 4 years ago
README.md Update README.md 4 years ago
ReadMe_Overview.txt Remove stand-alone apps. Only support the two plugins. 4 years ago
make_release.py Remove unused fns in make_release.py 4 years ago
obok_plugin_ReadMe.txt Remove stand-alone apps. Only support the two plugins. 4 years ago

README.md

DeDRM_tools

DeDRM tools for ebooks

[Guide] How to remove DRM

Refer to Wiki Page

calibre 5.0

Yes, we know that the plugin doesn't work with calibre 5.0. It will eventually, but there's a lot of code to be translated that does complicated stuff with bits and bytes that must be converted by hand. It'll take a while.

This is a repository of all the scripts and other tools for removing DRM from ebooks that I could find, committed in date order as best as I could manage. (Except for the Requiem tools for Apple's iBooks, and Convert LIT for Microsoft's .lit ebooks.)

Mostly it tracks the tools released by Apprentice Alf, athough it also includes the individual tools and their histories from before Alf had a blog.

Users should download the latest zip archive. Developers might be interested in forking the repository, as it contains unzipped versions of those tools that are zipped to make the changes over time easier to follow.

For the latest Amazon KFX format, users of the calibre plugin should also install the KFX Input plugin from the standard calibre plugin menu. It's also available from the MobileRead thread here: https://www.mobileread.com/forums/showthread.php?t=291290

I welcome contributions from others to improve these tools, from expanding the range of books handled, improving key retrieval, to just general bug fixes, speed improvements and UI enhancements.

I urge people to read the FAQs. But to cover the most common: Use ADE 2.0.1 to be sure not to get the new DRM scheme that these tools can't handle. Do remember to unzip the downloaded archive to get the plugin. You can't load the whole archive into calibre.

My special thanks to all those developers who have done the hard work of reverse engineering to provide the initial tools.

Apprentice Harper.