Expand description
Shared password-verifier primitives for catalog and server authentication.
Constants§
Functions§
- hash_
password_ verifier - Derive a salted Argon2id PHC verifier without retaining the plaintext.
- validate_
password_ verifier - Validate that a configured verifier is a syntactically valid Argon2id PHC string.
- verify_
password_ verifier - Verify a password without disclosing why a verifier did not match.