How to remove DRM from EPUB and BBeB
I have lots of sony ebooks in BBeB and EPUB that I would like to remove the drm from. Is this possible?? Can someone explain how to remove epub drm?
ePub Drm Removal is a powerfull software to remove drm protections from adobe digital editions with no quality lossing. Just remove the epub files drm header, no change on the files. Read the ePub on iPad,iPhone,iTouch,Sony Reader,Android, Nook etc. Download ePub Drm Removal.
It is possible to remove DRM protection from EPUB files using free python scripts:
Python is a general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine "remarkable power with very clear syntax", and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages. |
|
By way of a concrete reverse-engineering contribution, I have successfully circumvented Adobe's ADEPT DRM scheme for EPUB files. The same circumvention probably also allows decryption of ADEPT-encrypted PDF files, although I haven't looked into it yet. Here are the scripts for finding epub drm keys and remove epub drm: Code: http://pastebin.com/f26972321 http://pastebin.com/f28fdd6b3 (Download them as text files. then rename as ineptkey.pyw and ineptepub.pyw)
To use: 1. install Python 2.6+ (32bit) and PyCrypto, |
- Install Adobe Flash Player
- Install Adobe Digital Editions (ADE)
- Authorize your copy of Adobe Digital Editions.
- Install Python
- Install PyCrypto
- Download ineptkey.pyw and ineptepub.pyw and put them into one directory.
- Run ineptkey.pyw. It will find the key and write it to hard disk as "ADEPTKEY.DER " in the same directory where ineptkey.pyw is.
- Run ineptepub.pyw to remove epub drm.
A dialog windows with three parameters will pop up :- Key file ADEPTKEY.DER (filled automatically if the ADEPTKEY.DER-file and ineptepub.pyw reside in the same directory)
If not, click on the "…" button and select a file. - Input file
Click on the "…" button to choose your EPUB ebook. You'll find it in "My Documents\My Digital Editions".
If you just can't find the EPUB ebook, open Adobe Digital Editions and find the path in the properties of the ebook. - Output file
Click on the "…" and enter a filename.
- Key file ADEPTKEY.DER (filled automatically if the ADEPTKEY.DER-file and ineptepub.pyw reside in the same directory)
- Open your newly created DRM-free EPUB file with your favorite application (on whatever device you like)
The same steps to remove BBeB drm protections.
Download Key-retrieval script (ineptkey.pyw 4.3):
Code: http://pastebin.com/f6ffa029 Save the Python code as ineptkey.pyw
Download ineptepub.pyw (version 2, for removing epub drm)
Code: http://wiki.xkyle.com/Epub_Decrypter Save the Python code as ineptepub.pyw
or download aineptepub.pyw version 4.1
Code: http://pastebin.com/f4a7c338a Save the Python code as aineptepub.pyw
|
Originally Posted by any ANONYMOUS forum user
I get the following error message when trying to remove DRM from EPUB with python scripts:
Error : Unexpected EOF I downloaded ineptkey.pyw and ineptpdf.pyw. Then Extracted the key with ineptkey.pyw (v3) and got an adeptkey.der file Tried to remove the DRM from the epub file with ineptpdf.pyw (v2) The error message occurs on nextline() function with linepos variable value 970.630. The ebook is 970.691 bytes long. |
You need to use ineptkey.pyw and ineptepub.pyw to remove DRM from EPUB files, because ineptpdf.pyw is intended to be used with PDF files.
Usefull articel: How to remove epub drm step by step with screenshot.
Keyword: epub drm crack, ePub Drm Crack, epub drm cracker, epub drm removal, adobe epub drm cracker, crack sony epub drm.
Python is a general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine "remarkable power with very clear syntax", and its standard library is large and comprehensive. Its use of indentation for block delimiters is unusual among popular programming languages.



