Structs§
- Bcrypt
String - A bcrypt hash as stored in the database.
- Encrypted
String - An encrypted string as stored in the database.
Functions§
- token_
digest - Random high-entropy tokens (sessions, api keys) are stored as a plain digest, a KDF buys nothing against a 256-bit preimage and the deterministic value makes the unique index a real lookup.