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
  #111  
Old 11-22-2010, 12:40 AM
Stream Ripper Stream Ripper is offline
Super Moderator
 
Join Date: Feb 2007
Location: World
Posts: 886
Stream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond reputeStream Ripper has a reputation beyond repute
Default

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


Quote:
Originally Posted by or-reader-2011 View Post
Never mind, it was a corrupt zip file. I didn't see my exact error in the thread, but after digging around I tried to re-zip the file and it worked without a problem.
Thanks for your response and I'm glad you got it working!
Reply With Quote
  #112  
Old 11-26-2010, 03:38 AM
baxna baxna is offline
Junior Member
 
Join Date: Nov 2010
Posts: 3
baxna is on a distinguished road
Default

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


Hi there, this doesn't seem to be working for me... maybe you can tell me what I'm doing wrong?

On my WinXP laptop, I installed the following:
  1. Adobe Digital Editions
  2. python-2.7.msi
  3. pycrypto-2.1.0.win32-py2.7.exe
  4. ineptkey.pyw (tried version 4.3 and 5)
  5. ineptepub.pyw (version 4.1)

Then I copied the 2 pyw files into the folder where my Sony Reader books are located. I double-clicked on the ineptkey.pyw file... and absolutely nothing happened. My mouse cursor changed to an hourglass for a split-second, but that's it. I don't see any adeptkey.der anywhere??

Thanks.
Reply With Quote
  #113  
Old 11-26-2010, 11:13 AM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by baxna View Post
I double-clicked on the ineptkey.pyw file... and absolutely nothing happened. My mouse cursor changed to an hourglass for a split-second, but that's it. I don't see any adeptkey.der anywhere??
Make sure
1. to download python scripts, not copy-paste them
2. to rename downloaded .TXT files into .PYW files.

If this doesn't help, then open Python, then go to File -> Open and open your .PYW script.
Reply With Quote
  #114  
Old 11-26-2010, 06:12 PM
baxna baxna is offline
Junior Member
 
Join Date: Nov 2010
Posts: 3
baxna is on a distinguished road
Default

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


Thanks for the suggestions. I tried downloading the scripts again, and made sure the file extensions are showing so I can see what type of file it really is. Also, clicking on the Python program does nothing... should an interface window open or something happen? Also, I can click on the Python command line app and that opens, could you tell me how to accomplish all this with the command line?
Reply With Quote
  #115  
Old 11-26-2010, 10:55 PM
Stream Recorder
 
Posts: n/a
Default

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


baxna, could you please right click on ineptkey.pyw and open the file properties and make a screenshot of them?

Make sure again that you use Python x32, not x64.

Also please try the following:
  1. Open Command Prompt(run cmd.exe).
  2. Change the directory to where you saved the pyw scripts
    i.e.
    Code:
    cd c:/undrm_tools/
  3. Run ineptkey.pyw by invoking python first as follows:
    Code:
    python ineptkey.pyw
    If that does not work, then try running it with pythonw as follows:
    Code:
    pythonw ineptkey.pyw

After running your scripts by invoking python or pythonw, you should get at least an error message that can be used to find out what is going wrong.
Reply With Quote
  #116  
Old 11-27-2010, 12:24 AM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by KBB View Post
I just got a new computer. Does this work on a Mac?
Try to use the following:
DeDRM AppleScript for Mac OS X 10.5, 10.6
Reply With Quote
  #117  
Old 11-27-2010, 12:55 AM
baxna baxna is offline
Junior Member
 
Join Date: Nov 2010
Posts: 3
baxna is on a distinguished road
Default

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


I think I've got what you're looking for:



Code:
python ineptkey.pyw
File "ineptkey.pyw", line 279 with open(keypath, 'wb') as f: 
SyntaxError: invalid syntax
Any thoughts?
Reply With Quote
  #118  
Old 11-27-2010, 02:40 AM
klist klist is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
klist is on a distinguished road
Default

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


I have a problem removing a drm of an epub.

I have python 2.7 installed and pycrpypto for 2.7.

Then i take ineptkey version 4.3 and ineptepub 5.2 from pastie.

It makes the key.der file but when i open the pastie.pyw (ineptepub) and click on "decrypt" i get the error: Problem decrypting Session Key

What is my fault?
I have win 7 32 bit

Thanks a lot
Reply With Quote
  #119  
Old 12-02-2010, 12:33 PM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by baxna View Post
Code:
python ineptkey.pyw
File "ineptkey.pyw", line 279 with open(keypath, 'wb') as f: 
SyntaxError: invalid syntax
Python is white space sensitive. Make sure you download the ineptkey.pyw, not copy-paste it.
Reply With Quote
  #120  
Old 12-02-2010, 12:37 PM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by klist View Post
I have a problem removing a drm of an epub.

I have python 2.7 installed and pycrpypto for 2.7.

Then i take ineptkey version 4.3 and ineptepub 5.2 from pastie.

It makes the key.der file but when i open the pastie.pyw (ineptepub) and click on "decrypt" i get the error: Problem decrypting Session Key

What is my fault?
I have win 7 32 bit
ineptepub.pyw error: Problem decrypting session key
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 08:58 AM.


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