mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 02:49:23 +00:00
Entropy is now calculated for Custom Alphabets in Password Generator View
Custom String in Password Generator View are now filtered to only include unique characters
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import "MPViewController.h"
|
||||
|
||||
@interface MPPasswordCreatorViewController : MPViewController
|
||||
@interface MPPasswordCreatorViewController : MPViewController <NSTextFieldDelegate>
|
||||
|
||||
@property (copy, readonly) NSString *generatedPassword;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user