SHA512 Hash Generator
Generate a SHA-512 digest of any text.
Generate a SHA-256 digest of any text.
Widely: TLS certificate signatures, Bitcoin proof of work, package manager integrity checks, JWT HS256 signing (via HMAC), and file checksums. It is the sensible default when you need a general-purpose cryptographic digest.
Not by inverting the function. However, if the input is low-entropy such as a common password or a short string, an attacker can simply hash candidate inputs until one matches. That is why password storage requires a salted, slow hash rather than a bare digest.
Generate a SHA-512 digest of any text.
Generate a SHA-1 digest of any text.
Generate an MD5 digest of any text.
Hash a password with bcrypt, or verify one against a hash.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.