Cracking UTF encoded hash using hashcat
I’m conducting tests using hashcat and find it very difficult if the hash is encoded.
See the below function which takes the plain text, converts that to the bytes, creates the SHA512 hash and then encode to string.
static string GetSHA512… Continue reading Cracking UTF encoded hash using hashcat