Hash Generator
Generate cryptographic hashes of text using various algorithms. Compare hashes for file integrity verification.
Input Text
About Cryptographic Hashes
SHA-256
256-bit hash, commonly used for security. Recommended for most use cases.
SHA-384
384-bit hash, good balance between security and length.
SHA-512
512-bit hash, highest security. Better on 64-bit systems.
SHA-1
160-bit hash. Deprecated for security, still used for Git.