Class for showing the password strength as a score and a text description.
Check security level of the password. Example. passwordMeter.checkPassword('P@ssw0rd'); output : {score:68, complexity:'Strong'}
Defined in esrith/amos/core/passwordMeter.js:62
esrith/amos/core/passwordMeter.js:62
password
Password to check.