Hash Generator
Compute digests from text with common hash algorithms.
Hash UTF-8 text with MD5 or SHA family algorithms and copy the digest as hex or Base64. SHA uses Web Crypto; MD5 uses a local implementation. Same input always yields the same digest.
Limitations
Fast hashes are not a password-storage scheme — use Argon2, scrypt, bcrypt or properly configured PBKDF2 in a trusted app. Hashing is not encryption and does not hide content from anyone who can try inputs.
Recommended tools
FAQ
MD5, SHA-1, SHA-256, SHA-384 and SHA-512 with hex or Base64 output.