0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
Generate and verify password hashes in the format used by WordPress. In Encrypt, enter a password to get its hash ready to insert into the database. In Verify, compare a plaintext password with its stored hash to confirm if they match.
bcrypt (WP 6.8+)
bcrypt with pre-hash HMAC-SHA384. WordPress format 6.8 and later. Prefix "$wp$2y$".
WordPress passwords cannot be "decrypted": the algorithm is one-way. To check whether a password matches a hash, use the "Verify" mode.
Parameters
Rounds of bcrypt (4-15). WordPress uses 10 by default.