Hash Generator
Algorithm
About Hash Generator
What is a cryptographic hash?
A cryptographic hash function maps data to a fixed-size digest. Common algorithms include SHA-256 and SHA-512.
Features
Multiple Algorithms: SHA-1, SHA-256, SHA-384, SHA-512.
Hex Output: Easy to copy and compare.
Local: Uses the browser's SubtleCrypto API.
Privacy: No data leaves your browser.
FAQ
Is SHA-1 secure?
SHA-1 is deprecated for security-critical contexts. Prefer SHA-256 or stronger.
Can I hash files?
This tool targets text. File hashing would require reading as ArrayBuffer.