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
- Enter a password (and a username for PostgreSQL).
- Copy the hash for your database.