Re-exports§
pub use errors::EmailError;
pub use errors::PasswordError;
Modules§
Structs§
- Encrypt
- Password
- Safe-access password abstraction.
- Password
Strength Checker - Simplify the raw passwords checking, based in minimum length and explicit strong.
Use the crate
zxcvbn
to estimate the strong based in entropy. - Raw
Enums§
- Password
Strength - Abstraction to
zxcvbn::Entropy::score
.