Hash Generator
Generate cryptographic hash values for any text.
Supported hash algorithms
- SHA-1 - 160-bit hash (legacy, not recommended for security)
- SHA-256 - 256-bit hash (recommended)
- SHA-384 - 384-bit hash
- SHA-512 - 512-bit hash
Common uses
- Verify file integrity
- Store password hashes (use with salt)
- Generate unique identifiers
- Digital signatures