|  05-18-2010, 10:21 AM | #751 | |
| Sigil Developer            Posts: 9,070 Karma: 6361556 Join Date: Nov 2009 Device: many | Quote: 
 If you are stealing books, that is simply wrong, and no one should help you do that. KevinH | |
|   |   | 
|  05-18-2010, 10:23 AM | #752 | 
| Evangelist            Posts: 456 Karma: 1044878 Join Date: Apr 2009 Device: Kindle Paperwhite 4 | 
			
			That's how it should be, but I don't believe that the law - at least in the United States - agrees at present.
		 | 
|   |   | 
|  05-18-2010, 10:42 AM | #753 | |
| The Grand Mouse 高貴的老鼠            Posts: 74,432 Karma: 318076944 Join Date: Jul 2007 Location: Norfolk, England Device: Kindle Oasis | Quote: 
 In that case the simplest answer would be to strip those lines. But it seems an awful lot of work. I'll leave it until it happens to someone. After all, give that I'd have already de-drmed all my adept-drmed books, getting an Adobe ID disabled wouldn't really be a problem. | |
|   |   | 
|  05-18-2010, 01:39 PM | #754 | 
| Junior Member  Posts: 4 Karma: 10 Join Date: May 2010 Device: nook | 
			
			I have checked out the same book from multiple libraries, and the urn:uuid is the same for the title regardless of library.  Different books have different uuid's.  So it seems that it is a resource number for the book itself.   But, could the uuid string encrypting my PC's ID info with the title info in the urn:uuid? | 
|   |   | 
|  05-19-2010, 04:30 AM | #755 | 
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | 
			
			Try to get the same book from different accounts, and check it. I doubt the uuid is different, but it could be.
		 | 
|   |   | 
|  05-24-2010, 03:36 AM | #756 | ||
| Junior Member  Posts: 7 Karma: 10 Join Date: May 2010 Device: Kindle 2 | Quote: 
 Quote: 
 | ||
|   |   | 
|  05-24-2010, 04:18 AM | #757 | 
| High Priestess            Posts: 5,761 Karma: 5042529 Join Date: Jul 2008 Location: Montreuil sous bois, France Device: iPad Pro 9.7, iPhone 6 Plus | |
|   |   | 
|  05-24-2010, 04:24 AM | #758 | 
| Junior Member  Posts: 7 Karma: 10 Join Date: May 2010 Device: Kindle 2 | |
|   |   | 
|  05-31-2010, 06:50 PM | #759 | 
| Junior Member  Posts: 6 Karma: 10 Join Date: Sep 2009 Device: sony prs505 | 
				
				Error:  Unexpected EOF
			 
			
			I have installed the latest ineptkey and ineptpdf.  The key generates a file called adeptkey.  I have no error message here and assume that this is going correctly. I am then running ineptpdf. adeptkey shows up itself in the top field. I get the unexpected EOF when running it though. The book is The Girl Who Kicked the Hornet's Nest. It came out just this week. I don't know if that makes a difference. I just purchased it from B and N. Help is appreciated. Thank you, Devorah | 
|   |   | 
|  05-31-2010, 09:29 PM | #760 | 
| reader            Posts: 6,977 Karma: 5183568 Join Date: Mar 2006 Location: Mississippi, USA Device: Kindle 3, Kobo Glo HD | 
			
			  B&N does not use Adobe ADEPT DRM.  Instead, B&N epubs are password protected (with the username and password based on your credit card).  However, all is not lost, see Barnes & Noble DRM for EPUB circumvented.   Note that you may also get a .pdb file instead of a .epub. In that case the ebook is in eReader format, which is also circumventable and I suggest looking on Apprentice Alf's Blog for the latest info. Last edited by wallcraft; 05-31-2010 at 09:31 PM. | 
|   |   | 
|  05-31-2010, 09:56 PM | #761 | 
| Junior Member  Posts: 6 Karma: 10 Join Date: Sep 2009 Device: sony prs505 | 
			
			You are terrific.  Thank you.
		 | 
|   |   | 
|  06-04-2010, 05:43 PM | #762 | 
| Junior Member  Posts: 7 Karma: 10 Join Date: Jun 2010 Device: iPad | 
				
				Errno 2No such file or directory
			 
			
			Hi, I'm hoping some can help. I have just bought an iPad and I wold like to remove the DRM from my epub books so that I can read them in iBooks. I have successfully installed Python (v2.6.5) and Pycrypto (v2.1.0) on my mac. I have also run ineptkeymac.py (v1.0) to generate the key (adeptkey.der), which I saved in a folder under Documents names "Python26" . The problem is when I run aineptepub.pyw (v4.1) all I get is an error message: "Error in: {book title}.epub[Errno2] No such file or directory: '/Users/{root}/Documents/Digital Editions\\{book title}.epub" where {book title} = file name I have tried changing the book name (i.e. file name) as it contains ";" and moved the location of the book to a folder with no spaces in the name but still get the same error message. I would be most appreciative if some one could help me here. This particular book was purchased from eBooks.com | 
|   |   | 
|  06-05-2010, 01:48 AM | #763 | |
| High Priestess            Posts: 5,761 Karma: 5042529 Join Date: Jul 2008 Location: Montreuil sous bois, France Device: iPad Pro 9.7, iPhone 6 Plus | Quote: 
 To avoid trouble with file paths and names, here's what I do: I created a folder in my user root folder (the one that has my user name). I called this folder Tools, of course the name doesn't matter but it's better if it's short  I moved all the files I need in this folder: the python scripts, the adeptkey.der file, and I temorarily also move the ebook files that I want to decrypt to this same folder. When I start the Terminal, it positions me in my root folder, so I only have to type the following to go to the Tools folder: Code: cd Tools Code: python ineptepub.py adeptkey.der booknamedrm.epub booknamenodrm.epub Hope this helps Florence | |
|   |   | 
|  06-05-2010, 05:38 AM | #764 | |
| Junior Member  Posts: 7 Karma: 10 Join Date: Jun 2010 Device: iPad | 
				
				Corrupted output
			 Quote: 
 I tried your suggestion and was excited when I saw that there was some kind of output but when I tried to open it (in any reader) it seems to be corrupted. The output from the Terminal was: ~$ python aineptepub.py adeptkey.der bookdrm.epub booknodrm.epub Traceback (most recent call last): File "aineptepub.py", line 372, in <module> sys.exit(cli_main()) File "aineptepub.py", line 229, in cli_main data = inf.read(path) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/zipfile.py", line 834, in read return self.open(name, "r", pwd).read() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/zipfile.py", line 874, in open zinfo.orig_filename, fname) zipfile.BadZipfile: File name in directory "OEBPS/Lars_9780307593672_epub" and header "OEBPS/Lars_9780307593672_epub_epl_r1.htm" differ. Any thoughts? | |
|   |   | 
|  06-05-2010, 05:50 AM | #765 | |
| High Priestess            Posts: 5,761 Karma: 5042529 Join Date: Jul 2008 Location: Montreuil sous bois, France Device: iPad Pro 9.7, iPhone 6 Plus | Quote: 
 | |
|   |   | 
|  | 
| Tags | 
| adept, adobe epub drm, ainept, drm, drm removal, drm-free epub, inept | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Adobe ADEPT DRM for PDF circumvented | i♥cabbages | 832 | 01-23-2013 12:23 AM | |
| Fileopen DRM for PDF circumvented | tetrachroma | 26 | 02-09-2012 07:15 AM | |
| Barnes & Noble DRM for EPUB circumvented | i♥cabbages | ePub | 83 | 01-30-2011 02:55 PM | 
| iPhone adept drm for epub on the iphone | philippd | Apple Devices | 24 | 12-28-2009 02:29 PM | 
| Adobe ePub DRM cracked? | Alexander Turcic | News | 144 | 02-28-2009 10:54 AM |