Cryptography
Hash Vault
Generate irreversible cryptographic digests (hashes) from text data.
SHA-256 Digest
256-bitAwaiting input...
MD5 Digest
128-bitAwaiting input...
SHA-1 Digest
160-bitAwaiting input...
What is a Hash?
A cryptographic hash function is a mathematical algorithm that maps data of arbitrary size to a bit array of a fixed size (the "digest"). It is a one-way function, meaning it is practically impossible to invert. Even a single bit change in the input will produce a completely different hash (the "Avalanche Effect").