Hasher is a file checksum and verification utility. It computes cryptographic hash values for files and text, so you can confirm that files have not been corrupted or tampered with during transfer or storage.
Hashing files is as simple as dropping them into the window. Multiple algorithms are computed in a single pass, with results displayed alongside file metadata. The same capability extends to arbitrary text strings, useful for verifying snippets or checking algorithm output.
Comparison tools make integrity checks straightforward. Verify a file against a known hash string, or compare two files directly against each other. The session log records all hashed files and their results, exportable to standard checksum formats for easy distribution alongside your files.
A wide range of algorithms is supported: CRC32, MD2, MD4, MD5, SHA1, SHA256, SHA512, RipeMD128, RipeMD160, and ED2K.