password_hasher library

Classes

PasswordHasher
Provides secure password hashing using bcrypt. Each hash includes a unique salt, so the same password will produce different hashes. Use verify to check if a password matches a hash.