Password Generator
Strong, cryptographically random passwords and passphrases — generated entirely in your browser. Nothing is ever sent to a server.
WordPress Password Generator
Generates the password hash stored in the user_pass column of the
wp_users table — use it to reset a user's password directly in the
database. Output is the portable phpass $P$ hash, accepted by
every WordPress version. Computed entirely in your browser.
A fresh random salt is used every time, so the same password produces a different hash on each generation — that's expected and all of them are valid.