The Password class provides methods for securely hashing, comparing, and
checking the strength of passwords. It integrates with bcrypt for hashing
and comparison and also checks for weak or compromised passwords using
both strength rules and the Pwned Passwords API.
The
Password
class provides methods for securely hashing, comparing, and checking the strength of passwords. It integrates withbcrypt
for hashing and comparison and also checks for weak or compromised passwords using both strength rules and the Pwned Passwords API.