Hash Generator (MD5, SHA)
Hash generator (SHA)
MD5 is not available in Web Crypto; use SHA-256 / SHA-512 in the browser.
Guide: Hash Generator (MD5, SHA)
Topics in this category: SSL, safety, passwords
Hashes in development and security
Cryptographic hashes produce fixed-size digests from input. They verify downloads, deduplicate blobs, and appear in many APIs.
Do not use fast hashes like SHA-256 alone for password storage—use dedicated password hashing (Argon2, bcrypt, scrypt) with salts.