You can use this form to generate DES and MD5 password hashes in your browser:
| Password: | |
| (again:) |
| DES Salt: | ||
| MD5 Salt: |
| DES Crypt: | ------------- | |
| MD5 Crypt: | $1$--------$---------------------- (slow) |
Security Note
Everything on this page is being done entirely on the client end using JavaScript. Your plaintext password is not being sent anywhere.
Security Note
Generating a random salt uses the pseudo-random number generator in your browser so chances are it's not using cryptographically secure randomness. If this bothers you, enter your own salt.
Usability Note
JavaScript sucks and this might not work across all web browsers. It works fine for me using Mozilla Firefox.
Plagiarism Hint
You can steal a JavaScript implementation of DES crypt and MD5 crypt from here.
Disclaimer
I make no guarantees about the correctness of the implementation or its output. If you copy and paste a generated password hash into a password file somewhere and find that you can't log in anymore, it's not my fault.
Valid XHTML 1.1
Copyright © 2004 Emil Mikulic
(http://dmr.ath.cx/)