Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Removing DRM protection from eBooks (http://stream-recorder.com/forum/forumdisplay.php?f=63)
-   -  

Download DRM Tools Archive

(http://stream-recorder.com/forum/showthread.php?t=7955)

any ANONYMOUS forum user 09-13-2011 03:46 AM

Re: Download DRM Tools Archive


 
DRM Tools Archive v.4.7
Download DRM Tools Archive v.4.7 (7zip)
Code:

http://www.multiupload.com/VFBOBYVXIY
Download DRM Tools Archive v.4.7 (zip)
Code:

http://www.datafilehost.com/download-29511e46.html
Contents of DRM Tools Archive ("tree /F" output)
Code:

│  ReadMe_First.txt

├───Adobe_ePub_Tools
│  │  ineptepub_v5.6.pyw
│  │  ineptkey_v5.4.pyw
│  │  README_ineptepub.txt
│  │
│  └───Original_IHeart_Cabbages_Scripts
│          ineptepub_v5.2.pyw
│          ineptkey_v5.pyw

├───Adobe_PDF_Tools
│      ineptkey_v5.4.pyw
│      ineptpdf_v7.10.pyw
│      README_ineptpdf.txt

├───Barnes_and_Noble_ePub_Tools
│  │  ignobleepub_v3.4.pyw
│  │  ignoblekeygen_v2.3.pyw
│  │  README_ignoble_epub.txt
│  │
│  └───Original_IHeart_Cabbages_Scripts
│          ignobleepub.pyw
│          ignoblekey.pyw
│          ignoblekeygen.pyw

├───Calibre_Plugins
│      eReaderPDB2PML_v05_plugin.zip
│      ignobleepub_v01.6_plugin.zip
│      ineptepub_v01.7_plugin.zip
│      ineptpdf_v01.4_plugin.zip
│      K4MobiDeDRM_v03.7_plugin.zip
│      README-eReaderPDB2PML-plugin.txt
│      README-Ignobleepub-plugin.txt
│      README-Ineptepub-plugin.txt
│      README-Ineptpdf-plugin.txt
│      README-K4MobiDeDRM-plugin.txt

├───DeDRM_for_Mac_and_Win
│      DeDRM_3.0.app.zip
│      DeDRM_WinApp_2.7.zip
│      ReadMe_DeDRM_WinApp.txt

├───ePub_Fixer
│  │  ePub_Fixer.pyw
│  │  README_ePub_Fixer.txt
│  │
│  └───lib
│          scrolltextwidget.py
│          subasyncio.py
│          zipfix.py

├───eReader_PDB_Tools
│  │  eReaderPDB2PML.pyw
│  │  eReaderPDB2PMLZ.pyw
│  │  Pml2HTML.pyw
│  │  README_eReaderPDB.txt
│  │
│  └───lib
│          erdr2pml.py
│          eReaderPDB2PML_plugin.py
│          openssl_des.py
│          pycrypto_des.py
│          python_des.py
│          scrolltextwidget.py
│          subasyncio.py
│          xpml2xhtml.py

├───KindleBooks
│  │  KindleBooks.pyw
│  │  README_KindleBooks.txt
│  │
│  └───lib
│          cmbtc_v2.2.py
│          convert2xml.py
│          flatxml2html.py
│          flatxml2svg.py
│          genbook.py
│          k4mdumpkinfo.py
│          k4mobidedrm.py
│          k4mutils.py
│          k4pcutils.py
│          kgenpids.py
│          mobidedrm.py
│          scrolltextwidget.py
│          stylexml2css.py
│          subasyncio.py
│          topazextract.py

├───Kindle_for_Android_Patch
│      kindle3.patch
│      ReadMe_K4Android.txt

└───Mobi_Additional_Tools
    │  FindTopazEbooks.pyw
    │  Kindleizer.pyw
    │  KindlePID.pyw
    │  MobiDeDRM.pyw
    │  MobiDeDRM_032.py
    │  MobiML2HTML.pyw
    │  MobiUnpack.pyw
    │  README_Kindle_for_iPad_iPhone_iPodTouch.txt
    │  README_MobiUnpack_MobiML2HTML.txt
    │
    ├───lib
    │      kindlefix.py
    │      kindlepid.py
    │      mobidedrm.py
    │      mobihuff.py
    │      mobiml2html.py
    │      mobiunpack.py
    │      prc.py
    │      scrolltextwidget.py
    │      subasyncio.py
    │
    └───older_tools
            PIDCheck.py


iggy grey 12-11-2011 05:32 PM

Re: Download DRM Tools Archive


 
all these files are in .7z format and Calibre only reads .zip. Convert the 7z to zip or unpacking the 7z then zipping the files doesn't work. Some of the zips inside the fiels work but nothing else.

I'm trying to go from google ebooks and Adobe reader to kindle fire.

This is the error from Calibre:

calibre, version 0.8.30
ERROR: Unhandled exception: <b>InvalidPlugin</b>:The plugin in u'F:/Documents/My Dropbox/Dwnloads/tools_v4.7 (1).zip' is invalid. It does not contain a top-level __init__.py file

Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\plugins.py", line 290, in add_plugin
File "site-packages\calibre\customize\ui.py", line 339, in add_plugin
File "site-packages\calibre\customize\ui.py", line 54, in load_plugin
File "site-packages\calibre\customize\zipplugin.py", line 160, in load
File "site-packages\calibre\customize\zipplugin.py", line 255, in _locate_code
InvalidPlugin: The plugin in u'F:/Documents/My Dropbox/Dwnloads/tools_v4.7 (1).zip' is invalid. It does not contain a top-level __init__.py file

iggy grey 12-11-2011 05:35 PM

Re: Download DRM Tools Archive


 
None of these 7z files can be read by calibre which only looks for zips for plug-ins. Unpacking from 7z and repacking as zip doesn't work. Some of the zip files inside the 7z work but nothing else.


calibre, version 0.8.30
ERROR: Unhandled exception: <b>InvalidPlugin</b>:The plugin in u'F:/Documents/My Dropbox/Dwnloads/tools_v4.7 (1).zip' is invalid. It does not contain a top-level __init__.py file

Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\plugins.py", line 290, in add_plugin
File "site-packages\calibre\customize\ui.py", line 339, in add_plugin
File "site-packages\calibre\customize\ui.py", line 54, in load_plugin
File "site-packages\calibre\customize\zipplugin.py", line 160, in load
File "site-packages\calibre\customize\zipplugin.py", line 255, in _locate_code
InvalidPlugin: The plugin in u'F:/Documents/My Dropbox/Dwnloads/tools_v4.7 (1).zip' is invalid. It does not contain a top-level __init__.py file

blitzkreig 12-14-2011 06:20 PM

Re: Download DRM Tools Archive


 
@iggy_grey:

Had same problem here. I found I could import them in the Windows version of Calibre but not the Linux version. Linux version refused to recognize any of the plugin zip files for some reason. Copying the plugin files directly to the plugin directory also failed.

What worked was to import the files into Calibre on Windows, then copy the files to the plugin directory in Linux. When Calibre on Windows imports them it renames the files. It doesn't modify the files, as confirmed by checking the MD5 hash.

As an alternative, you should be able to manually rename the files and then copy them to the plugin directory in Linux. Calibre on Linux still won't import the renamed files, but it will use them if manually placed in the plugin directory. The names of the plugin files on my system after import in Windows are:

eReader PDB 2 PML.zip
Ignoble Epub DeDRM.zip
Inept Epub DeDRM.zip
Inept PDF DeDRM.zip
K4PC, K4Mac, Kindle Mobi and Topaz DeDRM.zip

My Calibre versions...
Windows: 0.8.30
Linux: 0.8.8

Good luck!

EDIT: I just went back and read that you're using v0.8.30, so I suppose it's the Windows version. My advice may be useless in this case, except to say.... Make sure you unzip the downloaded .7z archive, but DO NOT unzip the individual .zip files inside. It's those individual files you need to import into Calibre.

mhikl 12-18-2011 12:09 PM

Re: Download DRM Tools Archive


 
I am finding all this DRM stuff extremely difficult and always have. Started this study multiple times over the past year or two. I got here by chance and then I’m overwhelmed by the fact that someone has a moniker any ANONYMOUS forum user making it even more confusing. But that was probably his intention to begin with so someone has a smile on his mug:( , I guess.

I will take the time to get over it but in this part of the tech world, which is often more difficult for people like me:mad: , the thin elastic is near to snapping:eek: .

I have spent thousands of dollars on epub dram encrypted books, Stanza is dead, eReader is my only, painful resort, and I can’t even buy more books through Fictionwise or eReader so now I feel I have no choice but to learn this stuff. I hate iBook and such formatting (and it takes a lot for me to hate something). I like to be honest:cool: but when my back is against the wall, changes have to be made>:)(supposed to be devil emoticon)

And, usually the first post I make is full of hope and sick humour but any ANONYMOUS forum user has got my ire up, my dog is hiding in the laundry room, I’m high on caffein and e-cig juice (48 mg) and I have six more hours to go before the wife will unlock my liquor cabinet, and the night before her trip to church there’s no fooling around with that control-fanatic.

Shall charge on, though. The light may be dim but I am obstinate.

any ANONYMOUS forum user 12-19-2011 02:29 AM

Re: Download DRM Tools Archive


 
'any ANONYMOUS forum user' is just the name given to anyone who chooses to post anonymously. When you reply to this message,(by hitting the post reply button, not the quick reply option) just check the box at the top of the page and your post will also be posted anonymously.

With regards to your situation, i'm no expert, but I understand that most ebook DRM is hackable, google 'calibre DRM tools apprenticealf' or some combination thereof to find the relevent material, theres probably also so decent threads here.

any ANONYMOUS forum user 12-23-2011 08:26 AM

Re: Download DRM Tools Archive


 
I think you folks are over-engineering this, especially if you use calibre.

Do this:
1. Download the full .7z archive and unpack the contents. You'll get a bunch of directories, including one called "Calibre_Plugins"
2. Go in the "Calibre_Plugins" directory and you will see a bunch of zip files, with a companion read me file for each.
3. Now go into Calibre and go into Preferences and then Plugins.
4. Click on "Load plugin from file" and navigate to the "Calibre_Plugins" directory that was created in Step 1 and select a plugin, accepted the buttons as they come.
5. Repeat step 4 for all the plugins you want to load.
6. Expand the "File type plugins" in Calibre (same location as step 3) and you will see each of the plugins you just loaded.
7. Click on a plugin and select the "Customize plugin" button at the bottom and do whatever was indicated for that plugin via the readme file in step 2.
8. Now you can use Calibre and import your DRM protected book.
9. Select your DRM protected book and use Calibre to "Convert" it - you can select the same format if you like (ie epub [ebook] to epub) and let it run.
10. When the conversion finishes, your old ebook will be renamed to a new "original_epub" and you'll have a new epub also, which will be unprotected.

Pretty simple, actually...

travisnj 12-27-2011 02:03 PM

Re: Download DRM Tools Archive


 
Can anyone please tell me how I can find my PID if I am only using Kindle for Mac? I don't have a serial number and I cannot find anywhere how to locate your PID for a Soft Reader.. If I had a Kindle hardware reader than I could easily find it...

Thank you in advance for your answer

CrazyScientist 01-03-2012 04:12 AM

Re: Download DRM Tools Archive


 
Hi there,
I just patched my Kindle for Android v. 3.2.0.35 using the supplied patch. In the AboutDialog I get a nice list of PIDs, but
when I try to remove the encryption with KindleBooks.pyw on my 64-bit Linux it fails:
Conversion Log

Command = "python k4mobidedrm.py"
Kindle/Mobi Path = "/media/disk/kindle/B004TTHLKU_EBOK.prc"
Output Directory = "/tmp/"
Kindle.info file = ""
PID list = "F202BA3B,aSgqQAKc,9uaLwCaA,JH34HQtQ"
Serial Number list = ""


Please Wait ...

K4MobiDeDrm v3.7
Error: No key found. Most likely the correct PID has not been given.
DRM Removal Failed.

K4MobiDeDrm v3.7 provided by the work of many including DiapDealer, SomeUpdates, IHeartCabbages, CMBDTC, Skindle, DarkReverser, ApprenticeAlf, etc .
MobiDeDrm v0.32. Copyright 2008-2011 The Dark Reverser et al.
MOBI header version = 6, length = 232
Extra Data Flags = 10
Processing Book: Die Bräute des Satans: Historischer Roman
Crypto Type is: 2


Error: Encryption Removal Failed
On 32-bit WinXP the script fails, too:

Conversion Log

Command = "python k4mobidedrm.py"
Kindle/Mobi Path = "C:\ebooks\B004TTHLKU_EBOK.prc"
Output Directory = "C:\ebooks\"
Kindle.info file = ""
PID list = "F202BA3B,aSgqQAKc,9uaLwCaA,JH34HQtQ"
Serial Number list = ""


Please Wait ...

K4MobiDeDrm v3.7
Error: No key found. Most likely the correct PID has not been given.
DRM Removal Failed.

K4MobiDeDrm v3.7 provided by the work of many including DiapDealer, SomeUpdates, IHeartCabbages, CMBDTC, Skindle, DarkReverser, ApprenticeAlf, etc .
MobiDeDrm v0.32. Copyright 2008-2011 The Dark Reverser et al.
MOBI header version = 6, length = 232
Extra Data Flags = 10
Processing Book: Die Bräute des Satans: Historischer Roman
No kindle.info files have not been found.
No K4PC 1.5.X .kinf files have not been found.
No K4PC 1.6.X .kinf files have not been found.
Crypto Type is: 2


Error: Encryption Removal Failed
Do I need the K4PC app to actually remove the encryption??

playfuldog 01-23-2012 03:35 PM

Re: Download DRM Tools Archive


 
When trying to download the following - both locations say file not found. Are there updates?

Download DRM Tools Archive v.4.7 (7zip)
Code:

http://tinyurl.com/6pynu4r

Download DRM Tools Archive v.4.7 (zip)
Code:

http://tinyurl.com/7jg4bvs


All times are GMT -6. The time now is 11:45 AM.