DeDRM tools for ebooks
Go to file
dunesmopy cb74bd8cef Support multiple input Kindle files
Sample bulk/batch usage:

    @echo off
    setlocal

    SET IN_DIR=%USERPROFILE%\My Documents\My Kindle Content
    SET DEST_DIR=%IN_DIR%_drmfree
    SET KEY_FILE=mykeyfile.k4i


    mkdir "%DEST_DIR%
    k4mobidedrm.py -k %KEY_FILE% "%IN_DIR%" "%DEST_DIR%

    echo done, see %DEST_DIR%
    cd /d "%DEST_DIR%"
    start .

    endlocal
2017-02-04 12:25:12 -08:00
DeDRM_calibre_plugin Explicitly warn about KFX files. Bump version number to 6.5.3 2017-01-12 07:24:42 +00:00
DeDRM_Macintosh_Application Explicitly warn about KFX files. Bump version number to 6.5.3 2017-01-12 07:24:42 +00:00
DeDRM_Windows_Application Support multiple input Kindle files 2017-02-04 12:25:12 -08:00
Obok_calibre_plugin Improve testing of decrypted text file. (And so decrypt badly formatted ePubs) 2016-12-21 06:33:34 +00:00
Other_Tools Explicitly warn about KFX files. Bump version number to 6.5.3 2017-01-12 07:24:42 +00:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2015-02-19 07:18:22 +00:00
.gitignore Update kobo plugin to 3.1.3 with Portuguese and Arabic translations. Include .mo files in git. 2015-08-05 06:59:01 +01:00
FAQs.md Update FAQs.md 2017-01-06 06:31:42 +00:00
ReadMe_First.txt Updated the FAQs and the main ReadMe 2016-10-19 07:14:42 +01:00
README.md Added FAQs.md 2016-05-31 17:36:17 +01:00

DeDRM_tools

DeDRM tools for ebooks

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 releases 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, and text versions of the AppleScripts, to make the changes over time easier to follow.

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.

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

Apprentice Harper.