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: Help needed.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a set of password hashes and salts. The password hash is created in a following way: SHA256(Static_salt+password+salt) then itsĀ output has been convertedĀ into hexadecimal format and truncated to 32 characters. I know the static salt. How do I create a set of rules for this case?

edit: forgot the sha256 conversion
There's no way to do this with hashcat - it's not a rules-level problem, but an algorithm-level problem.

Outside of hashcat, this algorithm isn't natively supported by MDXfind and probably not by Hash Manager (but not sure). I don't know if JtR's dynamic expressions will let you do truncation or not, but that might be feasible.