#️⃣
πŸ”

Understand Password Hashing

Learn how cryptographic hashing works by seeing how text changes produce completely different hash outputs.

Geen aanmelding vereist
Tip: SHA-256 and SHA-512 are cryptographically secure. SHA-1 is legacy and no longer recommended for security-sensitive use. All hashing runs locally in your browser β€” files and text are never sent anywhere.

Security tips

πŸ”

SHA-256 and SHA-512 are one-way hash functions β€” you can't reverse the hash to get the original text. This is why hashed passwords are secure.

⚠️

This tool demonstrates hashing but is NOT suitable for password storage in production. Use bcrypt, Argon2, or scrypt β€” these add salting and key stretching.

πŸ’‘

Notice how changing even a single character produces a completely different hash. This is the "avalanche effect" β€” intentional in cryptographic hash design.

πŸ”

SHA-1 is shown for reference only. It is cryptographically broken and should not be used for security purposes in modern applications.

Hoe het werkt

1
Invoer
Enter your data into the tool above. Everything stays local to your browser.
2
Verwerken
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Downloaden
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Waarom de onze?

βœ“Volledig gratis β€” geen verborgen kosten, ooit
βœ“Geen account, e-mail of aanmelding vereist
βœ“Bestanden verlaten nooit je apparaat
βœ“Absoluut geen bestandsgroottelimieten
βœ“Geen watermerken op uitvoer

Also check out…

Veelgestelde vragen