Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to remove DRM from sony ebooks (BBeB and EPUB) with ineptkey.pyw, inepepub.pywI 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 do this please???
|
#2
|
|||
|
|||
Re: How to remove DRM from sony ebooksIt is possible to remove DRM protection from EPUB files using free python scripts:
Circumventing Adobe ADEPT (Adobe Digital Experience Protection Technology) DRM for EPUB: Quote:
|
#3
|
|||
|
|||
Re: How to remove DRM from sony ebooks
Download Key-retrieval script ineptkey.pyw version 5: Code:
http://pastie.org/1030386 Code:
http://pastebin.com/f6ffa029 Download ineptepub.pyw: ineptepub.pyw version 5.2 Code:
http://pastie.org/1032773 Code:
http://wiki.xkyle.com/Epub_Decrypter Code:
http://pastebin.com/f4a7c338a See also: ebook DRM removal tools archive |
#4
|
|||
|
|||
Re: How to remove DRM from sony ebooksI 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
The error message occurs on nextline() function with linepos variable value 970.630. The ebook is 970.691 bytes long. Please help |
#5
|
|||
|
|||
Re: How to remove DRM from sony ebooksQuote:
|
#6
|
|||
|
|||
Re: How to remove DRM from sony ebooks (BBeB and EPUB)I just went through this how-to for removing drm from epub files. It saved me hours of tearing my hair out.
I had bought a book on booksonboard, but it came in epub format which is supported by stanza (for the iphone). However drm'd epubs are not supported (I found out after I buy my non-refundable ebook). Finally came across your post and it worked first time like a charm. |
#7
|
|||
|
|||
Re: How to remove DRM from sony ebooks (BBeB and EPUB)I don't know how to do much on computers except basic so I am lost. I downloaded the Python and PyCryto you said to download but then I am lost. What do I do with these 2 programs? What/where do I download the ineptkey.pyw and ineptepub.pyw and put them into what one directory? Can you put this in computer for idiots language?
|
#8
|
|||
|
|||
Re: How to remove DRM from sony ebooks (BBeB and EPUB)Quote:
Quote:
Code:
C:\freePDF\ Code:
http://rs770.rapidshare.com/files/207513969/adobe.adept.original_post.7z Open f26972321.txt with Notepad and save it as ineptkey.pyw. Then go to C:\freePDF\ with Windows Explorer, right-click on the empty space of the Windows and create a new txt file ineptepub.txt . Open the file with Notepad Then go to the following page Code:
http://wiki.xkyle.com/Epub_Decrypter Code:
#! /usr/bin/python # ineptepub.pyw, version 2 # To run this program install Python 2.6 from http://www.python.org/download/ # and PyCrypto from http://www.voidspace.org.uk/python/modules.shtml#pycrypto # (make sure to install the version for Python 2.6). Save this script file as # ineptepub.pyw and double-click on it to run it. Code:
if __name__ == '__main__': # sys.exit(cli_main()) sys.exit(gui_main()) Then follow the instructions above. |
#9
|
|||
|
|||
Re: How to remove DRM from sony ebooks (BBeB and EPUB)I also am trying this stuff. I have everything loaded and I created the adeptkey.der ok when I load this stuff into the ineptepub.pyw box it states at the top of the box:
Error: Problem decrypting session key Am I missing something? I have all of the files you discussed loaded Thanks! |
#10
|
|||
|
|||
Re: How to remove DRM from sony ebooks (BBeB and EPUB)OK, I'm lost too. I downloaded Python and PyCrypto and installed both. I created the two pyw files. I already have ADE authorized to my computer. Now what? I have no idea how to start any of these programs and how to select the book files that I want to remove the DRM from. Can you PLEASE give step-by-step instructions? Thanks.
Update, I double clicked ineptkey.pyw and it does not generate a key. I get the following errors: "Unexpected errors" Traceback (most recent call last): File "C:\Documents and Settings\.......\FreePDF\ineptkey.pyw", line 198, in main retrieve_key(keypath) File "C:\Documents and Settings\.......\FreePDF\ineptkey.pyw", line 140, in retrieve_key vendor = cpuid0() File "C:\Documents and Settings\.......\FreePDF\ineptkey.pyw", line 103, in cpuid0 cpuid0__(buffer) WindowsError: exception: access violation writing 0x00BDD260 Ineptepub.pyw works, but I cannot generate a key to use with it. Can you please tell me what is wrong here? Thanks. UPDATE #2: There must have been some sort of hardware conflict on my PC (I had replaced the hard drive last week so maybe this had something to do with it??). Anyway, I tried downloading this to my laptop and it worked perfectly. Thanks. Last edited by leday : 12-22-2009 at 10:31 PM. |
Tags: bbeb, download, drm, ebook, ebooks, epub, ineptepub pyw, ineptkey pyw, reader, remove, remove drm, sony, sony ebook, sony reader |
Thread Tools | |
Display Modes | |
|
|