mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 19:59:29 +00:00
@@ -36,6 +36,8 @@ typedef NS_OPTIONS(NSUInteger, MPPasswordCharacterFlags) {
|
||||
* @return Password consisint only of allowed characters
|
||||
*/
|
||||
+ (NSString *)passwordFromString:(NSString *)source length:(NSUInteger)length;
|
||||
|
||||
+ (NSString *)passwordWithDefaultSettings;
|
||||
/**
|
||||
*
|
||||
* Creates a random password with only the characters of the receiver
|
||||
|
||||
Reference in New Issue
Block a user