Hash Generator
Pick an algorithm and type your text to get its hash instantly. Hashes are computed in your browser using the Web Crypto API, so your input never leaves your device.
🔒 Tout se passe dans ton navigateur — rien n'est envoyé ni stocké.
Questions fréquentes
- Which hash algorithms are supported?
- SHA-1, SHA-256, SHA-384 and SHA-512, computed with your browser's built-in Web Crypto API for accurate, standard results.
- Why isn't MD5 included?
- Browsers' secure crypto API doesn't provide MD5, and it's considered broken for security. The SHA family is the modern, recommended choice.
- Is my text uploaded?
- No. Hashing runs entirely in your browser, so your input is never sent to a server.