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
  #51  
Old 10-22-2010, 02:47 AM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


Quote:
Originally Posted by joblack View Post
8.4.42 is the latest. Google is your friend.
ineptpdf8.4.42.pyw
Code:
http://pastebin.com/kuKMXXsC
Reply With Quote
  #52  
Old 10-23-2010, 03:57 AM
morganna morganna is offline
Junior Member
 
Join Date: Oct 2010
Posts: 2
morganna is on a distinguished road
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


I bought 11 books from harlequin ebooks, and would like to remove the DRM so I can send them to my laptop and work pc without mucking around with the signing in and activating each device etc, but after following the instructions to the T, I keep getting the error message
ERROR: error decrypting the book session key

Yet the files play fine on adobe digital edition.
Can anyone help out pls?, they are PDF files.
Reply With Quote
  #53  
Old 10-23-2010, 04:28 PM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


Quote:
Originally Posted by morganna View Post
I bought 11 books from harlequin ebooks, and would like to remove the DRM so I can send them to my laptop and work pc without mucking around with the signing in and activating each device etc, but after following the instructions to the T, I keep getting the error message
ERROR: error decrypting the book session key

Yet the files play fine on adobe digital edition.
Can anyone help out pls?, they are PDF files.
Do you use ADE 1.7.2? What version of indeptkey do you use?
Reply With Quote
  #54  
Old 10-23-2010, 06:00 PM
morganna morganna is offline
Junior Member
 
Join Date: Oct 2010
Posts: 2
morganna is on a distinguished road
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


Quote:
Originally Posted by Stream Recorder View Post
Do you use ADE 1.7.2? What version of indeptkey do you use?
Yes, the version of ADE is the latest one from their site, and is 1.7.2.1131
The indeptkey I have used is ineptkey.pyw, version 5
taken from
Code:
http://pastie.org/1030386
Reply With Quote
  #55  
Old 11-01-2010, 08:01 PM
matek09 matek09 is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
matek09 is on a distinguished road
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


I need ineptpdf 8.4.44 or 8.4.45. Google can't help me... Anyone have this script?
Reply With Quote
  #56  
Old 11-11-2010, 07:07 AM
1234567
 
Posts: n/a
Question

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


I am new to the forum and hope I am putting this in the right place.

I am trying to remove the DRM from two PDF's but I am getting error messages (I have removed others and they are fine).

The error message for book 1 is:
Error: Dict required: 2698

The error message for book 2 is:
Error: Dict required: <PDFStream(None): raw= 11099, {'Filter':/FlateDecode 'Length': 11099, 'N': 200, 'Type': /ObjStm, 'First': 1940}>

Does anyone know what these mean and what I can do to unlock the books?

Thanks.
Reply With Quote
  #57  
Old 11-21-2010, 11:18 PM
mman mman is offline
Junior Member
 
Join Date: Nov 2010
Posts: 2
mman is on a distinguished road
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


I am also new to the forum and looking for help.

I'm trying to remove the DRM from a PDF, but when I use ineptpdf I receive Error: error decrypting book session key.

From what I read on different sites, the error is caused by my version of ineptkey creating an adeptkey.der that is ineffective on my PDF.
Is this true?

If so, I have tried both versions 4.3 and 5 of ineptkey, but received the same error with both of them. Would anybody be able to help me?
Reply With Quote
  #58  
Old 11-21-2010, 11:40 PM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


Quote:
Originally Posted by mman View Post
I am also new to the forum and looking for help.

I'm trying to remove the DRM from a PDF, but when I use ineptpdf I receive Error: error decrypting book session key.

From what I read on different sites, the error is caused by my version of ineptkey creating an adeptkey.der that is ineffective on my PDF.
Is this true?

If so, I have tried both versions 4.3 and 5 of ineptkey, but received the same error with both of them. Would anybody be able to help me?
What version of ineptpdf do you use?

Can you open your PDF with Adobe Digital Editions (ADE)? What version of ADE do you have?

You may have used an old key with a new file. You can try to re-download your PDF or re-authorize your ADE + the PDF with your Adobe ID.

Also if you use the latest version of ADE, try to downgrade it:
  1. Uninstall ADE
  2. Open your registry editor (Start -> Execute -> type regedit and press enter). Backup your registry. Then delete
    [HKEY_CURRENT_USER\Software\Adobe\Adept]
  3. Install ADE like v1.7.2.1131
Reply With Quote
  #59  
Old 11-21-2010, 11:49 PM
Stream Recorder
 
Posts: n/a
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


Quote:
every time i run the ineptkeyv3 script i get the following error:


Traceback (most recent call last):
File "C:\Users\***\Desktop\NEW DRM Removal Package\adobe adept for pdf\ineptkey_v3.pyw", line 198, in main
retrieve_key(keypath)
File "C:\Users\***\Desktop\NEW DRM Removal Package\adobe adept for pdf\ineptkey_v3.pyw", line 140, in retrieve_key
vendor = cpuid0()
File "C:\Users\***\Desktop\NEW DRM Removal Package\adobe adept for pdf\ineptkey_v3.pyw", line 103, in cpuid0
cpuid0__(buffer)

WindowsError: exception: access violation writing 0x01DF9388


I am running Windows X64 based Os
this is all jibberish to me can anybody help??
Try to use ineptkey.pyw v5 instead.
Reply With Quote
  #60  
Old 11-22-2010, 08:09 AM
mman mman is offline
Junior Member
 
Join Date: Nov 2010
Posts: 2
mman is on a distinguished road
Default

Re: Remove DRM from PDF ebooks (Adobe Digital Editions)


Quote:
Originally Posted by Stream Recorder View Post
What version of ineptpdf do you use?

Can you open your PDF with Adobe Digital Editions (ADE)? What version of ADE do you have?

You may have used an old key with a new file. You can try to re-download your PDF or re-authorize your ADE + the PDF with your Adobe ID.

Also if you use the latest version of ADE, try to downgrade it:
  1. Uninstall ADE
  2. Open your registry editor (Start -> Execute -> type regedit and press enter). Backup your registry. Then delete
    [HKEY_CURRENT_USER\Software\Adobe\Adept]
  3. Install ADE like v1.7.2.1131
I'm using v1.7.2.1121.27 of ADE.
I'm using version 2 of ineptpdf, since I couldn't find a newer version.

I can't open the PDF. It gives me a registered to another user error, as my brother originally downloaded it under his adobe account on another computer, and than gave it to me before going back to college, not knowing it was DRM protected.

I tried to re-download/reinitialize the PDF again but it didn't help.
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 10:50 AM.


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