# Hash Generator
Generate cryptographic hashes using the browser's WebCrypto API. SHA algorithms use native crypto.subtle; MD5 is computed client-side via a pure-JS implementation.
🔒 Privacy: hashing is performed in your browser. Your input never leaves this page.