DeDRM_tools/Kindle_Mobi_Tools/lib
2015-02-26 17:41:16 +00:00
..
kindlefix.py First version of kindlepid and kindlefix scripts 2015-02-26 17:41:16 +00:00
kindlepid.py First version of kindlepid and kindlefix scripts 2015-02-26 17:41:16 +00:00
mobidedrm.py mobidedrm 0.06 and Applescript 2015-02-26 07:27:15 +00:00
mobihuff.py Mobi and eReader DRM removal by the Dark Reverser 2015-02-25 07:00:09 +00:00
readme.txt First version of kindlepid and kindlefix scripts 2015-02-26 17:41:16 +00:00

Kindle Mobipocket tools 0.1 
Copyright (c) 2007 Igor Skochinsky

These scripts allow one to read legally purchased Secure Mobipocket books
on Amazon Kindle.

* kindlepid.py
  This script generates Mobipocket PID from the Kindle serial number. That
  PID can then be added at a Mobi retailer site and used for downloading 
  books locked to the Kindle.
  
  Example: 
    
    > kindlepid.py B001BAB012345678
    Mobipocket PID calculator for Amazon Kindle. Copyright (c) 2007 Igor Skochinsky <skochinsky@mail.ru>
    Mobipocked PID for Kindle serial# B001BAB012345678 is V176CXM*FZ

* kindlefix.py
  This script adds a "CustomDRM" flag necessary for opening Secure
  Mobipocket books on Kindle. The book has to be enabled for Kindle's PID
  (generated by kindlepid.py). The "fixed" book is written with  
  extension ".azw". That file can then be uploaded to Kindle for reading.

  Example:
    > kindlefix.py MyBook.mobi V176CXM*FZ
    The Kindleizer v0.1. Copyright (c) 2007 Igor Skochinsky
    Encryption: 2
    Mobi publication type: 2
    Mobi format version: 4
    Found the matching record; setting the CustomDRM flag for Kindle
    Output written to MyBook.azw

* History
  2007-12-12 Initial release