mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 19:59:29 +00:00
More work on password generation
This commit is contained in:
@@ -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)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user