Plaintext To Hash

Password Hash Generator

Do you want or need to generate a salted hash for a plaintext sequence of characters, such as a password that you do not want in the clear? If so, then you are at the right place. PlaintextToHash.com is a website where you can generate salted password hash sequences with blowfish, md5, or pbkdf2 (Either sha-256 × 1000 or sha-512 × 1000 can be used with pbkdf2.). This site was created with programmers and website developers in mind. In general, this site was created for anyone who needs to conveniently generate a password hash that may be stored in a database.


Use the form below to generate a password hash. The form will produce results that contain password hash sequences generated by the PHP crypt function. If you are developing with PHP, then copy the output that is generated by the PHP crypt function so that crypt($password_plaintext, $password_hash) === $password_hash can be used to check if plaintext input is valid. Either the PHP hash_equals function or comparison operators will be used to compare hashes.

Tool

Choose a hashing algorithm, enter plaintext input, and click on the button to produce password hashes.

Hash Generator
*

indicates a required field

*
*