Crate email_pass

Source

Re-exports§

pub use errors::EmailError;
pub use errors::PasswordError;

Modules§

errors

Structs§

Email
Encrypt
Password
Safe-access password abstraction.
PasswordStrengthChecker
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§

PasswordStrength
Abstraction to zxcvbn::Entropy::score.