TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
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;