Axcrypt: axcrypt2john.py (how to use python)
#6
Well, will I try to see that?
I tried other things in between, I do not know if that's right. After searching, I used hashcat64.exe command line.
1) I used the Advanced Hash Calculator software, tried to find the hash of my .axx file.
2) The sequence of characters found d9edd06ff72be595727808225ccce597f79eefbe (the software does this with SHA-1), I put it in a text file, hash.txt
3) Then I made the following command line:
Hashcat64.exe -m13000 -a3 cracked.txt hash.txt -1? Abcdefghijklmnopqrstuvwxyz0123456789? 1? 1? 1? 1? 1 1
M13000 for Axcrypt, a3 for brute force, cracked.txt the file or must be copied my password, hash.txt with my hash and a mask for a 8 character password with lowercase or numbers.
> But it does not work hashfile is empty or corrupt. So I think I do not have the right hash !!!

But I think I'm beginning to understand, if I find the correct version of python (2.7), that I use it with this file https://raw.githubusercontent.com/magnum...pt2john.py, then I have to find the right hash, is that right?


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