Tag: format

  • Your Kindle, PDFs, EPUBs, file and format conversion and you

    There are two irritations when it comes to the Kindle. First of those isĀ  your collection of PDFs you bought or own that you’d like to read as a ‘book’ on the Kindle (without going through the whole long USER@[free.]kindle.com) email and Whispernet delivery process. The other is the EPUB Sony Book reader format files that you have — but that the Kindle doesn’t interpret. Here’s how to get around this. (more…)

  • Kindle format “cracked open”

    So the Kindle format conversion from .azw to OTHER format was already something out there in Python some time ago, now it’s hit the news again.

    828 lines of Python (posted 16hrs ago) thwarte the Kindle’s proprietary format (allegedly) to switch to the .mobi format. Seems that the new approach does not require the Kindle’s unique ID (unique decoding and encoding keys are used when creating .azw’s for DRM purposes) (as it rips it from the application). However, the code published on pastie.com also has a full dependence on mobidedrm.py and actually runs that to decrypt the azw — ahm…

    Ja… all this has been done before – why is this news now? Oh – slow news day, I guess… on the other hand, it focusses on the use of Kindle for PC as your interface…

    In the new code, the Topaz file still seems to be the holy grail, so there’s not much new here:

    raise UnswindleError("cannot decrypt Topaz format book")