Help needed.
#1
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


Messages In This Thread
Help needed. - by osq - 10-03-2017, 02:09 PM
RE: Help needed. - by royce - 10-03-2017, 08:16 PM