Wordpress Password Generator

Docs Feedback

This is an easy to use tool that enables you to generate the WordPress hash of a string. In order to use the tool, enter the text you want to convert to WP hash below and click on ‘Generate’ button.

Saved
ADVERTISEMENT

WordPress Password Hash Generator

Generate the phpass-compatible hash WordPress uses to store passwords in its database

Enter a password to check its strength

Random Strong Password Generator

Generate a strong WordPress password, then hash it above
Length:
Click generate to create a password...
phpass Algorithm
Uses the same MD5-based phpass hashing WordPress uses internally in its database.
Direct DB Insert
Paste the output directly into the wp_users table in phpMyAdmin to reset any password.
No Storage
Your plain text password is never logged or stored. Hashing happens server-side and is discarded.

How it works

Generate and use a WordPress password hash in 4 steps

1
Enter Password

Type your desired WordPress password into the field, or use the built-in generator.

2
Generate Hash

Click Generate Hash. Our server uses the phpass library — the exact same as WordPress core.

3
Copy the Hash

Copy the generated $P$ hash from the result panel.

4
Paste to Database

Open phpMyAdmin → wp_users → paste into the user_pass column. Done!

Detailed Guide
This is an easy to use tool that enables you to generate the MD5 hash of a string. In order to use the tool, enter the text you want to convert to MD5 below and click on ‘Generate’ button. Edit me from admin panel...
ADVERTISEMENT