Hash Functions
Calculate a hash (aka message digest) of data. Implementations are from Sun (java.security.MessageDigest) and GNU.
If you want to get the hash of a file in a form that is easier to use in automated systems, try the online md5sum tool.
| Results | |
|---|---|
| Original text | (none) |
| Original bytes | (none) |
| Adler32 | |
| CRC32 | |
| Haval | |
| MD2 | |
| MD4 | |
| MD5 | |
| RipeMD128 | |
| RipeMD160 | |
| SHA-1 | |
| SHA-256 | |
| SHA-384 | |
| SHA-512 | |
| Tiger | |
| Whirlpool | |