Hasher
Everything under Quiote\Security\Auth\Hasher.
Classes
Section titled “Classes”| Class | Description |
|---|---|
DefaultPasswordHasher | Thin wrapper over PHP’s password_hash() family: argon2id by default, falling back to bcrypt only when the running PHP build lacks argon2 support (no libargon2 at compile time). |
DummyPasswordHash | A valid hash of a value no submitted password can match, used to spend the same key-derivation time on an unknown identifier as on a known one. |