Axcrypt: axcrypt2john.py (how to use python)
#2
I continue
I copied the text of what is here (https://raw.githubusercontent.com/magnum...pt2john.py) and I pasted it into a new file opened with Python and then I saved.
Then I did ... check module ... to see and the software told me there was a parenthesis error here: print "Be careful, GUID is different from axcrypt's one ...". I saw in a tutorial that from a certain version of Python, it was necessary to put parentheses therefore: print ("Be Careful, GUID is different from axcrypt's one ...").
I checked Module again and now it says Invalid token here:
If (header_datalen == 49 and headertype == 04): highlighting 04

>>> And there, I do not know at all what to do, someone would have an idea !!!


Messages In This Thread
RE: Using for Axcrypt - by laulaf - 08-08-2017, 02:14 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 02:43 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 03:08 PM
RE: Using for Axcrypt - by philsmd - 08-08-2017, 04:07 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 07:14 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 07:41 PM