Author
Description
I found this (http://neilang.com/entries/how-to-write-a-password-generator/) great article about writing your own Password Generator so I decided to create one.
How To Get Started:
- Drag and drop RFPasswordGenerator Class into your project.
#import "RFPasswordGenerator.h"
- Use 3 different security options:
NSString *myHighSecurityPassword = [RFPasswordGenerator generateHighSecurityPassword];
NSString *myMediumSecurityPassword = [RFPasswordGenerator generateMediumSecurityPassword];
NSString *myLowSecurityPassword = [RFPasswordGenerator generateLowSecurityPassword]
Enjoy! Follow me on Twitter @rfunk82