aquaballoon

Adobe Digital Editions, Ubuntu, and DRMs

Mar 16th, 2013
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.83 KB | None | 0 0
  1. http://amrhaps.net/english/post/2011/06/05/Adobe-Digital-Editions-Ubuntu-and-DRMs
  2.  
  3. Run IneptKey (Generating Key)  
  4. $ wine python.exe ineptkey_v5.4.pyw
  5. => It should generate a file called adeptkey.der
  6.  
  7. Run IneptPdf (De-DRM PDF book)
  8. $ wine python.exe ineptpdf_v7.9.pyw
  9. => When prompted, pass it the name of adeptkey.der, the path to the PDF generated by ADE, and the path to the de-DRMed PDF you want.
  10.  
  11. ================================
  12.  
  13. Install Active Python (ActivePython-2.6.6.18-win32-x86.msi)
  14. $ wine msiexec /i ActivePython-2.6.6.18-win32-x86.msi
  15.  
  16. Install PyCrypto (pycrypto-2.0.1.win32-py2.6.exe)
  17. $ wine pycrypto-2.0.1.win32-py2.6.exe
  18.  
  19. Copy ineptkey and ineptpdf scripts (ineptkey_v5.4.pyw and ineptpdf_v7.9.pyw)
  20. $ cd .wine/drive_c/Python26/Tools/scripts
  21. copy the ineptkey_v5.4.pyw and ineptpdf_v7.9.pyw files to this directory.
Advertisement
Add Comment
Please, Sign In to add comment