Encrypt any text or file to SHA-512, or try to reverse a known SHA-512 hash with the built-in dictionary. 100% client-side via the Web Crypto API.
SHA-512 is the largest member of the SHA-2 family, producing a 512-bit (128-character hexadecimal) digest. Although the output is twice the size of SHA-256, SHA-512 is often faster on 64-bit CPUs because it uses 64-bit internal operations. It is widely used for high-throughput integrity verification, large file checksums, and 64-bit-native security primitives. Like SHA-256, no practical attack is known.
Get-FileHash .\file.zip -Algorithm SHA512shasum -a 512 file.zipsha512sum file.zip"hello" is 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043.