Quote:
Originally Posted by chlorine
Did anybody try to use this with wine under linux?
ADE seems to run fine for me (I was able to download and view sucessfully a test drm'd pdf from booksonboard), but the key retrieval script failed with the error "Error: Incorrect padding".
|
I was able to successfully retrieve a key via Wine but it took a bit of jiggering the locations. Installed Python and PyCrypto for Windows in Wine. Then ran the script in a separate desktop via:
Code:
wine explorer /desktop=name,1024x768 python.exe ineptkey.py
That was the only way I was able to get it to work; running it directly from outside of Wine wouldn't give any response but that ended up popping out a .der that I could use directly from linux.
What a relief; wasn't ready to get my Windows box back up just to regenerate a stupid key!