A good hash ??? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: A good hash ??? (/thread-6815.html) |
A good hash ??? - laulaf - 08-25-2017 Hello I think I do not have valid hash. I'm trying to find a lost password with the Axcrypt software. I understood that we used Python 2.7 and axcrypt2john.py to get the right hash. I do the following command line: Python axcrypt2john.py image-hashcat-jpg.axx> hash.txt Image-hashcat-jpg.axx is an image I have encrypted with Axcrypt using the hashcat password, so I'll compare it with the example given on this page https://hashcat.net/wiki/doku .php? Id = example_hashes, where the password for all examples is hashcat. The problem is that the result of my command line in the hash file is: image hashcat-jpg.axx:<hash removed by philsmd> While the site example gives, with hashmode 13200: <hash removed by philsmd> The two are not the same and ... I do not understand why? Could anyone enlighten me? Thank you RE: A good hash ??? - philsmd - 08-25-2017 We already explained this to you here: https://hashcat.net/forum/thread-6609-post-36090.html#pid36090 axcrypt2john.py includes the file name and hashcat doesn't need that. either use --username or remove it as simple as that. do not continue to post hashes, it is agains the forum rules. You will get banned! |