[][src]Crate bcrypter

Structs

Bcrypt

Hasher outputs, available as both bytes/ base64 of the hash digest and salt. Also includes the cost parameter and the formatted bcrypt hash string.

Inputs

The hashing parameters, only a password is required. Defaults to a randomly generated salt and a cost of 12

Functions

digest

Main Bcrypt hashing alogrithm, truncates password input at 72 bytes. Only returns the raw digest bytes.

password

Initial constructor function, from which further parameters can be modified.