More work on password generation

This commit is contained in:
michael starke
2013-04-02 14:53:46 +02:00
parent a70aedb51e
commit b6504b3dc4
22 changed files with 1043 additions and 556 deletions

View File

@@ -15,6 +15,11 @@ typedef enum {
MPPasswordCharactersSymbols = (1<<3) // NSCharacterSet symbolCharacterSet
} MPPasswordCharacterFlags;
/*
Generates a random integer in between (inkluding) minimum and maxium
*/
static NSUInteger randomInteger(NSUInteger minimum, NSUInteger maximum);
@interface NSString (MPPasswordCreation)
/*