Rxova
Skip to content

estimateStrength

function estimateStrength(password, options?): PasswordStrength;

Score a password. Pure, synchronous, and stable: the same string always produces the same verdict.

The entropy figure is a comparator, not a security claim — see PasswordStrength.entropy.

ParameterType
passwordstring
optionsEstimateStrengthOptions

PasswordStrength