Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: input format sha1 + salt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi im new to hashcat.

i am trying to crack a sha1 password hash and salt.
I have both the password hash and the salt in base64 format.
How should the input file look like?.
Shall i convert both password hash and salt to hex format?

/Ez
yes, hashcat can currently only deal with hex-encoded sha1 hashes with hex (or ascii) salts.
Thanks man