πŸ”
Password Tools

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.

πŸ”’ Runs in your browser β€” files never leave your device
πŸ”‘ Generate WordPress Password Hash
This generates a phpass MD5 hash compatible with WordPress. To use: open phpMyAdmin β†’ wp_users table β†’ edit your user β†’ paste the hash into the 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.

πŸ”‘
Type
Browser-based β€” instant, no server
πŸ’°
Price
Free forever, no account needed
πŸ“‹
Category
Password Tools

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.