Hash Generator (MD5 / SHA-256 / SHA-512)
Generate hashes in your browser. SHA uses WebCrypto. MD5 is included for legacy compatibility (not secure).
Input
Hash
—
Note: MD5 is not secure for passwords or signatures. Prefer SHA-256 or SHA-512.
Related tools
HMAC GeneratorCrypto
Generate HMAC (SHA-256/512) using WebCrypto.
PBKDF2 GeneratorCrypto
Derive keys with PBKDF2 (WebCrypto).
Bcrypt Hash GeneratorCrypto
Hash and verify passwords with bcrypt locally in your browser.
File Hash (SHA-256)Crypto
Hash a file locally in your browser.
Checksum VerifierCrypto
Verify file checksums (MD5/SHA-1/SHA-256/SHA-512) by computing and comparing hashes in your browser.
Adler-32 ChecksumCrypto
Compute Adler-32 checksums of text locally in your browser.