[][src]Trait t_rust_less_lib::secrets_store::estimate::PasswordEstimator

pub trait PasswordEstimator {
    fn estimate_strength(
        password: &str,
        user_inputs: &[&str]
    ) -> PasswordStrength; }

Required methods

fn estimate_strength(password: &str, user_inputs: &[&str]) -> PasswordStrength

Loading content...

Implementors

impl PasswordEstimator for ZxcvbnEstimator[src]

Loading content...