SHA 256 $salt.$pass.$salt - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: SHA 256 $salt.$pass.$salt (/thread-6012.html) |
SHA 256 $salt.$pass.$salt - Zanato - 11-04-2016 I was wondering if someone could help me please. I have a database of passwords hashed using php with the following format: $hash = hash("sha256",$salt.$pass.$salt) I have the salts but I can't find the appropriate hash type within hashcat. Does anyone have any ideas,it seems to be a weird combination as I can't find anything on the net about it. Any help would really be appreciated. RE: SHA 256 $salt.$pass.$salt - atom - 11-06-2016 Hashcat does not support it. See this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this |