Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 431 Bytes

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