10-03-2017, 02:09 PM
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
edit: forgot the sha256 conversion