Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Removing DRM protection from eBooks
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 12-29-2009, 04:49 AM
hopscotch hopscotch is offline
Junior Member
 
Join Date: Dec 2009
Posts: 1
hopscotch is on a distinguished road
Default

Re: How to remove DRM from sony ebooks


Quote:
Originally Posted by Stream Recorder View Post
It is possible to remove DRM protection from EPUB files using free python scripts:

Circumventing Adobe ADEPT (Adobe Digital Experience Protection Technology) DRM for EPUB:
Thank you Stream Recorder, you are a genius. Was given Xmas present that was the wrong ebook for my reader. You have solved my problem.
Reply With Quote
  #12  
Old 12-31-2009, 07:29 PM
radcontra radcontra is offline
Junior Member
 
Join Date: Dec 2009
Posts: 3
radcontra is on a distinguished road
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
IDLE 2.6.4
>>> C\freePDF\ineptkey.pyw
SyntaxError: unexpected character after line continuation character
>>>
I'm fairly unskilled about this stuff, but what am I doing wrong?

I get this error in both Python (command line) and Command prompt, too.
Reply With Quote
  #13  
Old 01-01-2010, 02:04 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
Originally Posted by jhgeorge1935 View Post
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
Does this happen with ebooks from B&N?

How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooks

How to tell whether your book is in fact Adobe ADEPT-encrypted (Mac)
Copy the original e-book file, putting the new copy on your Desktop, so that you are not working with the original file. (If you option-drag the file to the Desktop, you'll get a new copy of the file on the Desktop.) Then change the filename extension of the copied file on the Desktop from whatever it was originally to .zip. You can do that by doing Get Info on the copied file on the Desktop (shortcut: command-I) and editing the extension in the Name & Extension field. You will then click "Use .zip" in the dialog box that comes up to confirm your intention. Also, still in the Get Info window, set "Open with:" to the Mac's Archive Utility. (Do not click on "Change All ... " unless you want any double-clicked ZIP archive to use this utility.) Now close the Get Info window.

Once you have the .zip extension on the copied file and have the file set to open in Archive Utility, double-click the file. You should see the ZIP file expand into a new folder on your Desktop. The new folder's name reflects the name of your book. Open that folder. In it should be a META-INF folder. Open it. In the META-INF folder should be a file called rights.xml. Open it in TextEdit (best way: drag its icon to the TextEdit icon on the dock). The very first line of the rights.xml file should look something like this:

HTML Code:
<?xml version="1.0"?>
<adept:rights xmlns:adept="http://ns.adobe.com/adept">
<licenseToken xmlns="http://ns.adobe.com/adept">
If it looks nothing like that, then almost certainly your book is not ADEPT-encrypted!
Reply With Quote
  #14  
Old 01-02-2010, 07:47 PM
radcontra radcontra is offline
Junior Member
 
Join Date: Dec 2009
Posts: 3
radcontra is on a distinguished road
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
Originally Posted by radcontra View Post
I'm fairly unskilled about this stuff, but what am I doing wrong?

I get this error in both Python (command line) and Command prompt, too.
I finally ran the two programs, and I'm happy to report I can read in ADE the book I previously bought. The victory is pyrrhic, however, because Powell's stops purchase of new ebooks with the same geographical restrictions at purchase.

This only works with ADE. Powell's has changed its purchasing policy, so I can no longer buy ebooks I cannot legally read. I bought a number of ADE ebooks before this policy change that became unreadable. I cannot test this procedure with Palm ebooks, because all my current Palm books are legally readable, and now I cannot buy new ones.

Thanks!
Reply With Quote
  #15  
Old 01-18-2010, 05:13 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


If it is an epub file with Adobe Digital editions DRM, then you must use a program to determine your adeptkey.der file (after registering with Adobe Digitial Editions website) and once you have that you can remove the drm.

Download ineptkey.pyw and ineptepub.pyw and use them as mentioned above. Many DRM epubs have faulty zip archives built so you might need to fix that as well.
Reply With Quote
  #16  
Old 02-09-2010, 12:17 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
Originally Posted by jhgeorge1935 View Post
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
adeptkey.der created with ineptkey.pyw prior to ADE version 1.7.2 can't be used with EPUB eBooks downloaded with ADE 1.7.2. If you use it with the latter ebooks, you will get the "problem decrypting session key" error. Read the following thread to learn how to solve the problem:
ineptepub.pyw error: Problem decrypting session key
Reply With Quote
  #17  
Old 02-26-2010, 07:08 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Angry

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


I have followed these instructions installing python and pycrypto, then saving the INEPTKEY AND INEPTEPUB scripts with the pyw ext. When I run (double click) either of these nothing happens except it opens as a text file ??? Please advise, am I missing something completely, am I supposed to do something else, maybe something with python??????
Reply With Quote
  #18  
Old 02-27-2010, 12:57 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
Originally Posted by any ANONYMOUS forum user View Post
I have followed these instructions installing python and pycrypto, then saving the INEPTKEY AND INEPTEPUB scripts with the pyw ext. When I run (double click) either of these nothing happens except it opens as a text file ??? Please advise, am I missing something completely, am I supposed to do something else, maybe something with python??????
May be python is installed improperly. Try to right-click the pyw files and run them with python.
Reply With Quote
  #19  
Old 02-27-2010, 06:23 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Smile

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Thanks for the prompt reply. For anyone else who has this problem, the solution is to download the scripts for INEPTKEY and INEPTEPUB, do not copy and paste them in a text file, as the script has to be just right anything not in the right place and it won't work. Follow all the other instructions and you'll be Singing and Dancing!
Reply With Quote
  #20  
Old 02-28-2010, 12:35 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
Originally Posted by any ANONYMOUS forum user View Post
Thanks for the prompt reply. For anyone else who has this problem, the solution is to download the scripts for INEPTKEY and INEPTEPUB, do not copy and paste them in a text file, as the script has to be just right anything not in the right place and it won't work. Follow all the other instructions and you'll be Singing and Dancing!
Windows doesn't show file extensions by default, so you can have problems renaming python scripts. You can go to the settings and change them so that Windows Explorer shows all file extensions.

Alternatively you can use software like freeware Unreal Commander. Or if you are an experienced user, you can rename files from a command line.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:19 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons