Security & devFree
Free hash generator for SHA-256, SHA-512, SHA-384, and SHA-1. Hash text locally with Web Crypto. No upload.
Uses Web Crypto in your browser. MD5 is not available in Web Crypto and is omitted on purpose (legacy).
Do not use plain hashes alone for password storage.
No. Hashing uses Web Crypto in your browser.
Web Crypto does not support MD5; it is also considered broken for security use.
SHA-256 is a solid default for checksums and fingerprints.
This version hashes text input. File hashing can be added later.