Hashcat algorithm.
#1
Hello everyone, I have a stupid question if hashcat supports this algorithm sha256(sha256($plaintext).$salt)
Reply
#2
Just look at the wiki page (https://hashcat.net/wiki/doku.php?id=example_hashes) or main page (hashcat.net), where all supported algorithms are listed. If it is not on there, it is not supported.
Reply
#3
mode 20710
sha256(sha256($pass).$salt)
Reply