Hashcat with bcrypt - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Hashcat with bcrypt (/thread-5306.html) |
Hashcat with bcrypt - Lumikor - 03-03-2016 I have the following hash $2a$08$T.139a***ULKFZQTDw0rGuxXXXXXe1PXX3XX1Ds4YSDSc****q6KC which I understand is bcrypt with salt (perhaps I'm wrong about the salt, 100% it's bcrypt) And I wonder how hashcat manage these hashes. I'm running -m 3200 -a 0 (hash file) (dic file) (outfile) is that just it and the salt (if any) is handled automatically? Also, I have the entire database in CVS file, is there an option to use hashcat on the file and just add entery with the cracked password for each username? |