How it works
How to use the WordPress Password Hash Generator
Paste or open your input
Type, paste or drop a file into the left editor — or press Sample to try it.
Adjust the options
Type the password to get a new hash, or paste an existing hash in “Verify against” to check a password.
Copy or download the result
Copy the output or download it as a file.
About the WordPress Password Hash Generator
Generate phpass portable hashes ($P$…) — the password format WordPress has used for decades and still accepts — so you can reset a password directly in the wp_users table via phpMyAdmin or SQL. You can also verify a password against an existing hash.
Resetting a WordPress password with SQL
UPDATE wp_users SET user_pass = '$P$B…your hash…' WHERE user_login = 'admin';WordPress upgrades the hash to its newer format automatically the next time that user logs in.
Built for developers
Why developers use it
Private by design
Runs 100% in your browser. Nothing you paste is uploaded, logged or stored on a server.
Instant results
Output updates as you type, with precise error locations when something is wrong.
Works offline
Once loaded, the tool keeps working without a connection. Install it as an app if you like.
Free, no sign-up
No accounts, no limits, no watermarks.
FAQ
Frequently asked questions
Is my data uploaded anywhere?
No. Everything runs locally in your browser — nothing you type, paste or open is sent to a server, logged or stored. The tool keeps working offline once the page has loaded.
Keep going
Related tools
- SHA-256 Hash GeneratorGenerate SHA-256 hashes from text
- MD5 Hash GeneratorGenerate MD5 hashes from text
- Password GeneratorGenerate strong, random passwords
- MD2 Hash GeneratorGenerate MD2 hashes from text
- MD4 Hash GeneratorGenerate MD4 hashes from text
- SHA-1 Hash GeneratorGenerate SHA-1 hashes from text
- JSON Schema GeneratorInfer a JSON Schema from sample JSON
- UUID GeneratorGenerate UUID v4 / v7 in bulk and inspect UUIDs