Tool Box

Database Password Hash

Generate password hashes for MySQL, MariaDB and PostgreSQL. Runs in your browser.

MySQL/MariaDB use *SHA1(SHA1(password)); PostgreSQL uses md5(password + username).

About this tool

Generate password hashes in the formats used by MySQL, MariaDB and PostgreSQL.

How to use

  1. Enter a password (and a username for PostgreSQL).
  2. Copy the hash for your database.