DKPassword 0.0.1

DKPassword 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Dmitry Kurilo

DKPassword is a simple password strength checker written in Objective-C.

Adding to Your Project

Simply add the following to your Podfile, if you're using CocoaPods:

pod 'DKPassword'

DKPassword requires ARC.

Working with the DKPassword

Just call this method, it will return password strength, on scale from 0 to 100.

+(int)passwordStrength:(NSString*)password;