WordPress Password Hash
CLIENTGenerate WordPress-compatible password hashes and verify a plaintext password against an existing hash.
Generate WordPress Compatible Hash
Generates a standard bcrypt hash ($2a$) which is natively supported by modern WordPress installations.
Verify Hash
Check if a given plaintext password matches an existing bcrypt hash.