Hash Generator
Compute the MD5, SHA-1, SHA-256, and SHA-512 of text — all four at once. This hashes the text you paste, not a file stream. Use it for checksums and fingerprints, not security: MD5 and SHA-1 have practical collisions, and no plain hash is right for passwords (that needs a salted KDF).