Hash Generator turns any text into MD5 and SHA-256 digests.
Everything runs locally in pure JavaScript. No text ever leaves the device — no network, no servers.
MD5 is a 128-bit legacy digest (not collision-safe). SHA-256 is a 256-bit modern hash.
Same text always yields the same hash. Hashing is one-way: the original cannot be recovered.