hashcat Forum
Using Base64 to find pepper for SHA512 hash - 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: Using Base64 to find pepper for SHA512 hash (/thread-13482.html)



Using Base64 to find pepper for SHA512 hash - roadrun - 02-09-2026

Hi, 

I am new to hashcat and I am trying to recalculate the "pepper" for a hash.
The hash is calculated like base64(pepper).password. it then get hashed with SHA512 with a random salt.
I have the password, the salt and the hash and I am trying to find the pepper.

Has anyone an idea (like a rule) that I can use to mimic the base64 padding.