Skip to content

Hasher

Everything under Quiote\Security\Auth\Hasher.

ClassDescription
DefaultPasswordHasherThin 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).
DummyPasswordHashA 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.