Commit Graph

364 Commits (92bf51bc8f201a2d5b1e8b90b8dc033606dbcfb0)
 

Author SHA1 Message Date
Apprentice Harper 29338db228
Merge pull request #458 from tomthumb1997/KFX
Initial KFX support from tomthumb1997
6 years ago
tomthumb1997 608159d71b
Create kfxdedrm.py 6 years ago
tomthumb1997 20e0850001
Create ion.py 6 years ago
tomthumb1997 ffd7d41bcd
Update kgenpids.py 6 years ago
tomthumb1997 75cad40804
Update k4mobidedrm.py 6 years ago
tomthumb1997 18d6413467
Update __init__.py 6 years ago
Apprentice Harper 7619ee4e0f
updated KFX instructions. 6 years ago
Raphaël Droz 20d445acb7
support fetching mac address on linux
support fetching mac address on linux
6 years ago
Apprentice Harper a390d7a207 Merge branch 'master' of https://github.com/apprenticeharper/DeDRM_tools 7 years ago
Apprentice Harper f04f9eca04 Updated version number, copied fix to all tools, updated READMEs and FAQs 7 years ago
Walter Lapchynski fe3b2873de removed Requiem website
The hidden service serving the Requiem website is down and has probably [been down][1] for quite a while. 

[1]: http://forums.peerblock.com/read.php?13,13983,13983
7 years ago
Apprentice Harper 1ece09023c Added note about Mac application and error 111 7 years ago
Apprentice Harper 8d9f384492 Merge branch 'master' of https://github.com/apprenticeharper/DeDRM_tools 7 years ago
Apprentice Harper c3fbb83dbc Finally, a proper fix for the accented user name problem 7 years ago
Apprentice Harper 0f23eac3b8 Merge pull request #306 from concavegit/master
forgot backslash in kindle key instructions
7 years ago
Kawin Nikomborirak bcdcb23d0d forgot backslash in kindle key instructions 7 years ago
Apprentice Harper a252dd0da6 Kindlekey fix for complex mac disk setups. 7 years ago
Apprentice Harper 2042354788 Update PDF to use Decimal instead of float to handle very precise numbers. Update for changes to ActiveState Python. Fix a few copyright dates. Update version to 6.5.4. Minor changes to obok script for stand-alone use. 7 years ago
Apprentice Harper 9bea20c7ab fix formatting 7 years ago
Apprentice Harper 415df655a1 Add disabling workaround to KFX section. 7 years ago
Apprentice Harper 346b3e312c KFX Decrypter archive in Pascal! 7 years ago
Apprentice Harper f981a548a3 Merge pull request #300 from concavegit/master
Linux documentation update from concavegit
7 years ago
concavegit 4084a49872 fix step numbers 7 years ago
concavegit 347ad3cc05 Update kindle on linux documentation
- ActivePython for x86 is gone, but using regular python, at least for the kindle decryption, works.
- The new kindle for pc hangs during wine installation, but the one presented by `winetricks kindle` works.
- The decryption keys must be manually obtained.
- vcrun2008 stops any available version of Kindle from being able to install.

I have only tested these steps for kindle for PC on linux, so these changes may step on some toes. However, it does seem the linux documentation needs updating nonetheless.
7 years ago
Apprentice Harper e4b702e241 Merge pull request #257 from agronauts/multi_decrypt
Add support to command line tool to decrypt all kobo books instead of having to choose books one by one.
7 years ago
Patrick Nicholls 691a3d6955 Added --all flag to sys.args 7 years ago
Apprentice Harper fa317dc1cf KFX and other updates to the readmes 7 years ago
Patrick Nicholls 6f0c36b67a Implement decrypting of all books 7 years ago
Patrick Nicholls ceacdbbb1b Refactor decrypt book & add 'all' option to CLI 7 years ago
Apprentice Harper ff03c68674 Fix for problem starting Mac app due to missing folder 7 years ago
Apprentice Harper 84d4e4e0c8 Fixes for FAQs file concerning Kindle for PC/MAc 7 years ago
Apprentice Harper a553df50d7 added more info about 1.19 7 years ago
Apprentice Harper 0b244b5781 Merge pull request #198 from dunesmopy/patch-1
Support multiple input Kindle files
7 years ago
dunesmopy ab4597dfd7 Address review feedback
* Version number updated to 5.5 in the version variable.
  * allow a variable number of input parameters, either files or directories of files.
  * also look for .azw1, .azw3, .azw4, .prc, .mobi, and .pobi files in any specified directories.
7 years ago
Apprentice Harper 82e9927ace Merge pull request #200 from dunesmopy/patch-3
Update FAQs.md
7 years ago
Apprentice Harper 528092c05d Updates FAQs.md
Adjust description of path to ebook files to use current location in Windows 7 and later as default.
7 years ago
Apprentice Harper faa19cc19b Merge pull request #199 from dunesmopy/patch-2
Update FAQs.md
7 years ago
dunesmopy e6592841b6 Update FAQs.md
Document included compiled binaries.
7 years ago
dunesmopy 482ac15055 Update FAQs.md 7 years ago
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
7 years ago
Apprentice Harper 956f3034ad Explicitly warn about KFX files. Bump version number to 6.5.3 7 years ago
Apprentice Harper fca7eaab8e Update FAQs.md
Added note about Kindle for PC/Mac update and links to version 1.1.7
7 years ago
Apprentice Harper 0df66bcfc0 Improve testing of decrypted text file. (And so decrypt badly formatted ePubs) 8 years ago
Apprentice Harper 20ab5b354d Remove incorrect Linux support for Kobo Desktop 8 years ago
Apprentice Harper 46ce2ce0ea Update for strange windows users on a network, and more xml verification fixes 8 years ago
Apprentice Harper ca59704dc4 Updated the FAQs and the main ReadMe 8 years ago
Apprentice Harper 17300283d0 improve xml detection and handle strange windows network file systems better 8 years ago
Apprentice Harper 92ce0396fe Making sure files and versions are consistent 8 years ago
Apprentice Harper 5eb3338423 Update FAQs to point people to new test obok plugin 8 years ago
Apprentice Harper d65dd1ab87 New obok fix that should work for stand-alone script and non-Windows machines. (Makes a tweaked copy of the database.) 8 years ago