Which algorithms should be supported?
Modern options such as Argon2id, scrypt, bcrypt and PBKDF2 are suitable depending on compatibility and implementation requirements.
Security
Generate salted password hashes with modern password-based hashing algorithms directly in your browser.
Generate salted password hashes with modern password-based hashing algorithms directly in your browser.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this browser-based password hash generator for testing, development and migration work. Choose a supported password-hashing algorithm, generate a random salt and review the resulting encoded hash without transmitting the password.
Modern options such as Argon2id, scrypt, bcrypt and PBKDF2 are suitable depending on compatibility and implementation requirements.
A random salt prevents identical passwords from producing identical stored hashes and makes precomputed attacks less effective.
The result can be used for testing, but production password hashing should be performed inside the trusted application backend with reviewed parameters.