WordPress Password Hash Generator β Free Online
Generate WordPress-compatible password hashes online for free. Create phpass hashes for direct database insertion. Instant and 100% private.
user_pass column β save. You can then log in with your plain text password.About WordPress Password Generator
When migrating WordPress sites or manually resetting passwords via database access, you need a properly hashed password value that WordPress can verify. WordPress uses the phpass (Portable PHP password hashing framework) library based on MD5-crypt with 8192 iterations. Our generator produces password hashes in the exact format WordPress expects, ready to paste directly into the wp_users table user_pass field using phpMyAdmin or any MySQL client. Your password is hashed locally in the browser and never transmitted.
Frequently Asked Questions
Why do I need a WordPress password hash?
If you are locked out of WordPress, you can directly update the database with a new hashed password.
Which hashing algorithm does WordPress use?
WordPress uses the phpass portable hashing framework with MD5-crypt and 8192 iterations.
How do I apply the hash to my WordPress database?
In phpMyAdmin, go to wp_users table, find your user row, and update the user_pass field.
Is my password safe?
Yes β hashing runs entirely in your browser. Your password is never sent to our servers.
Will the generated hash work in WordPress?
Yes β the hash format exactly matches what WordPress expects.