Latest | 0.0.1 |
---|---|
Homepage | https://github.com/masterrr/DKPassword |
License | MIT |
Authors |
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;
Example iOS project
Example iOS project provided.
Future (to-do)
- Add more sophisticated algorithms and calculation rules
- Describe all algorithms used to calculate password strength in README
Latest podspec
{ "name": "DKPassword", "version": "0.0.1", "summary": "Simple password strength checker", "description": "Simple password strength checker that works on Mac and iOS", "homepage": "https://github.com/masterrr/DKPassword", "license": "MIT", "authors": { "Dmitry Kurilo": "[email protected]" }, "source": { "git": "https://github.com/masterrr/DKPassword.git", "tag": "0.0.1" }, "requires_arc": true, "source_files": "DKPassword/*.{h,m}" }
Tue, 01 Mar 2016 18:57:03 +0000