DEV Community

crypto plato
crypto plato

Posted on

TIL you can do sha256 generator entirely client-side

Sharing a small thing I made: Hash Calculator — MD5, SHA-1, SHA-256, SHA-512, HMAC — file checksums, compare hashes, browser-side.

The interesting bit isn't the feature list, it's that the whole thing is one
HTML file with no backend. A sha256 generator doesn't actually need a server, so this one
doesn't have one. No upload, no account, no tracking beyond a privacy-friendly
analytics beacon.

If that's useful to you: https://hash.platotools.com/. More like it at platotools.com.

Top comments (0)