Convert a password into common hash formats. Type a password - the tool computes MD5, SHA-1, SHA-256, SHA-384, SHA-512, MySQL 4.1+ and legacy MySQL OLD_PASSWORD locally. All computation happens in your browser - the password never leaves your machine.
How to use
- Type a password in the top field. It is hidden by default - click the eye icon to reveal.
- All hashes update live as you type.
- Click the copy icon next to a hash to grab it for pasting elsewhere.
- Some algorithms (MD5, SHA-1) are tagged "weak" - use them only for legacy migration or debugging, not for new applications.
Use cases
Migrate users between systems with different hash formats. Debug why a hash from the database does not match expectations (see all variants side by side). Test authentication in an app. Verify a hash in a MySQL config file. Education: show the differences between algorithm families.