hashcat Forum
Help needed. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Help needed. (/thread-6913.html)



Help needed. - osq - 10-03-2017

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


RE: Help needed. - royce - 10-03-2017

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.