DKPassword is a simple password strength checker written in Objective-C.
Simply add the following to your Podfile, if you're using CocoaPods:
pod 'DKPassword'
DKPassword requires ARC.
Just call this method, it will return password strength, on scale from 0 to 100.
+(int)passwordStrength:(NSString*)password;
Example iOS project provided.
- Add more sophisticated algorithms and calculation rules
- Describe all algorithms used to calculate password strength in README