/PWStrength

A simple validator for checking password strength.

Primary LanguageObjective-CMIT LicenseMIT

PWStrength

PWStrength is a simple validator for checking password strength.

PWSResult result = [PWStrength validateWithPassword:@"Myp@ssw0rd!"];
result.complexity; // 0.0f-1.0f
result.valid; // YES or NO

Install

pod 'PWStrength', :git => 'https://github.com/laiso/PWStrength.git'

License

MIT