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 protection from B&N (Barnes & Noble) EPUB ebooksBarnes & Noble uses its own DRM scheme for some EPUB books. It's a variant of the Adobe ADEPT scheme, and all the Adobe SDK users will get access to it eventually. The problem is that many consumers can’t read B&N books on their ebook readers.
Circumventing Barnes & Noble DRM for EPUB Quote:
A Windows-only key-retrieval script: ignoblekey (version 2) Code:
http://pastie.org/751573 Code:
http://pastie.org/753985 Code:
http://pastie.org/751366 How to remove DRM protection from your B&N ADEPT EPUB files
See also: ebook DRM removal tools archive |
#2
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksIf you get the following error after running ignoblekey.pyw
"Error: Problem decoding key; unexpected DB format?" you can either find and delete your 'ClientAPI_v012.db' file then re-authorize BDReader with your account information, or just use the key-derivation script (ignoblekeygen). Both ignoblekey and ignoblekeygen will produce the same output when they work correctly. |
#3
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksWow, thanks!
I will try this as soon as I figure out how to download and work with the python stuff! |
#4
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksOk so I have bought a book off of b&n.com, and not being able to use it with my ebook reader, I need to remove the DRM. I have downloaded the decryption script, key generation scrypt, Python and Pycripto.
I am a newbie at this and am not sure how to go from there. Which script do I do first and what do I put in for the Key file, Input file, and Output file?? And for the key generation, do I actually put in my cc #? Sorry but please help.. |
#5
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksLewshu, try to read the following:
How to remove DRM from sony ebooks (BBeB and EPUB) |
#6
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksHello, I have used the above technique and all is well except the file I received from B&N is in the .PDB file extensions, not EPUB. When I tried the ignoblepub I get "this is not a zip file". Can someone steer me in the right direction? Thanks.
|
#7
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksOkay, after doing some reading I realize this method is for EPUB format files. I've tried the PDB to PDF as mentioned about but the file is still encrypted and the PDF output is all gibberish. I also tried the eread2html method but get an error while finishing.
What's the best method and what file format is the best to end up with? I hear HTML format isn't exactly ideal anyway. Preferably I would like to just strip the encryption and just leave the PDF file intact. What's my best option? Thanks. |
#8
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksQuote:
|
#9
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebookshi i am new and im trying to remove DRM from my B&N PDB books i don't have a device to get the pid from just my pc every thing works in-till i get the error "the filename,directory name,or volume, lable syntay is incorrect" i cant find the files\downloads for xpml2xhml.py or ereader2html.py the only one i could find was erdr2pml.py is there any one who can help me
|
#10
|
|||
|
|||
Re: How to remove DRM protection from B&N (Barnes & Noble) EPUB ebooksThe program is not working for me, am I doing anything wrong
First I got error "Could not locate B&N Reader installation" I edited the file and changed a variable and that fixed the error #BN_APPDATA_DIR = r'Barnes & Noble\DesktopReader' BN_APPDATA_DIR = r'Barnes & Noble\BNDesktopReader' Then I got the error "Problem locating B&N Reader DB". Looking at the program it was looking for ClientAPI_*.db. Such file did not exists on my PC but there was a file "C:\Users\XXXXXXX\AppData\Roaming\Barnes & Noble\BNDesktopReaderClientAPI.db". I edited the program again and changed one more line # dbpath = glob.glob(os.path.join(bndir, 'ClientAPI_*.db')) dbpath = glob.glob(os.path.join(bndir, 'ClientAPI*.db')) Now I am getting following error "B&N User Key not found. Unexpected DB format?" I have Barnes and Noble reader on my Windows 7 desktop. ANy help? |
Tags: barnes and noble, drm, ebooks, epub, remove, remove drm |
Thread Tools | |
Display Modes | |
|
|