Version Support and Examples
This tool is for the `wp_users.user_pass` field in WordPress 6.8 and later. Legacy phpass hashes usually start with `$P$`; the new default user password hashes usually start with `$wp$2y$`. The examples below show both formats.
- Legacy Example (common phpass before 6.8)
- $P$Bxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Modern Example (default user password from 6.8)
- $wp$2y$12$example-hash-body