Password Encryption Online

Generate MD5, SHA-1, SHA-256, SHA-512 or bcrypt hashes of any text or password.

Hashing happens on the server for this request only — nothing is stored or logged.

About this tool

Use this to quickly generate a hash of any text — for checksums, testing, or comparing values. For storing user passwords in an application, always use bcrypt (or another dedicated password-hashing algorithm) rather than MD5, SHA-1 or plain SHA-256/512, which are not designed for password storage.