SHA-512 hash generator
Paste any text and instantly get its SHA-512 digest — a 512-bit value shown as 128 hexadecimal characters. The hash updates as you type.
Hashing runs entirely in your browser using the standard Web Crypto API, so it is safe to use with sensitive strings — nothing is uploaded to any server.
SHA-512 is a secure member of the SHA-2 family with a longer digest than SHA-256, and is often faster on 64-bit machines. As with any general-purpose hash, store passwords with bcrypt or Argon2 rather than a raw SHA-512.