⚡ WordPress · Client-side · No data sent to server
WordPress Password Hash Generator
Locked out of WordPress with no working email? Generate a password hash you can paste into the wp_users table to set a new password. The hash is computed in your browser and nothing is sent anywhere.
If your table prefix is not wp_, change it in the SQL above.
For recovering your own site. WordPress accepts this MD5 value in
user_pass and automatically replaces it with a secure hash (phpass or bcrypt, depending on your version) the first time you log in. The hash is computed locally in your browser; the password is never sent anywhere. Always prefer the normal "Lost your password?" email if it works, and use a strong password.