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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
password | string |
options | EstimateStrengthOptions |