🔒 Hash Generator
Generate cryptographic hashes: MD5, SHA-1, SHA-256, SHA-384, SHA-512. All client-side.
💡 Use Cases
- SHA-256 — Password hashing, file integrity
- MD5 — Checksums, quick comparison (not for security)
❓ FAQ
Is my data sent anywhere?
No. Uses the Web Crypto API in your browser.