Skip to main content

Module password

Module password 

Source
Expand description

Password hashing and verification.

Functions§

hash_password
Hash a password using Better Auth’s legacy-compatible scrypt format.
verify_password
Verify a password against a salt:hash scrypt password hash.