About
Create deterministic checksums to verify content consistency.
What is a hash checksum?
A hash checksum is a fixed-length digest generated from input data. The same input always produces the same output for a given algorithm.
Supported algorithms
This tool supports common SHA algorithms available in modern browsers and can be used for integrity checks and deterministic fingerprinting.
Important note
Hash digests are not encryption. They are useful for verification workflows, but they do not protect plaintext input by themselves.