# Hash Generator
MD5 · SHA-1 · SHA-256 · SHA-512 · text & file
Generate cryptographic hashes from text input or files. All hashing runs in your browser using the Web Crypto API — no data leaves your machine.
INPUT TEXT
OR DROP / SELECT A FILE
Drag & drop a file here or browse
RESULTS
FAQ
What hashing algorithms are supported?
This tool generates MD5, SHA-1, SHA-256, and SHA-512 hashes. SHA-1/256/512 use the Web Crypto API; MD5 uses a pure JavaScript implementation since it's not available in SubtleCrypto.
Is my data sent to a server?
No. All hashing is performed entirely in your browser. No data is uploaded or transmitted anywhere.