Explore cryptographic hash functions including SHA family, MD5, and collision resistance. Learn about one-way functions and their security properties.
Secure Hash Algorithm 256-bit
Same input always produces same output
Easy to compute, hard to reverse
Small input change causes large output change
Hard to find two inputs with same output
| Algorithm | Bits | Security | Status |
|---|---|---|---|
| SHA-256 | 256 | High | Secure |
| SHA-1 | 160 | Medium | Deprecated |
| SHA-512 | 512 | High | Secure |
| MD5 | 128 | Low | Broken |
| SHA-3 | 256 | High | Secure |