08-08-2017, 02:14 PM
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 !!!
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 !!!