Quote:
Originally Posted by suedavids
I don't know how to do much on computers except basic so I am lost. I downloaded the Python and PyCryto you said to download but then I am lost. What do I do with these 2 programs?
|
After downloading them you need to install them. Double-click on each file and install.
Quote:
Originally Posted by suedavids
What/where do I download the ineptkey.pyw and ineptepub.pyw and put them into what one directory?
|
It could be any directory. For example, create freePDF directory on drice C:
Then download adobe.adept.original_post.7z from
Code:
http://rs770.rapidshare.com/files/207513969/adobe.adept.original_post.7z
and extract f26972321.txt from it into C:\\freePDF\ (You will need freeware 7zip or any other program that supports 7z archives).
Open f26972321.txt with Notepad and save it as ineptkey.pyw.
Then go to C:\freePDF\ with Windows Explorer, right-click on the empty space of the Windows and create a new txt file ineptepub.txt . Open the file with Notepad
Then go to the following page
Code:
http://wiki.xkyle.com/Epub_Decrypter
and select text from
Code:
#! /usr/bin/python
# ineptepub.pyw, version 2
# To run this program install Python 2.6 from http://www.python.org/download/
# and PyCrypto from http://www.voidspace.org.uk/python/modules.shtml#pycrypto
# (make sure to install the version for Python 2.6). Save this script file as
# ineptepub.pyw and double-click on it to run it.
till the end, including
Code:
if __name__ == '__main__':
# sys.exit(cli_main())
sys.exit(gui_main())
Copy the selection and paste it into ineptepub.txt . Save the latter file as ineptepub.pyw .
Then follow the instructions above.