[−][src]Crate bcrypt
Easily hash and verify passwords using bcrypt
Enums
| BcryptError | All the errors we can encounter while hashing/verifying passwords |
Constants
| DEFAULT_COST |
Functions
| hash | Generates a password hash using the cost given. The salt is generated randomly using the OS randomness |
| verify | Verify that a password is equivalent to the hash provided |
Type Definitions
| BcryptResult | Library generic result type. |