🔐 Cryptographic Message Digest Generator

SHA Hash Generator

Generate SHA-256, SHA-512, SHA-384, and SHA-1 cryptographic hashes using the Web Crypto API.

Input Byte Size
13 bytes

About Cryptographic Hash Functions

A cryptographic hash function maps arbitrary-length input to a fixed-length output (the "digest"). Key properties:

SHA-256 (from the SHA-2 family) is the industry standard for TLS certificates, Git commits, Bitcoin proof-of-work, and file integrity verification. SHA-1 was deprecated by NIST in 2011 and should only be used for legacy compatibility.

Copied to clipboard!