Add new generation algorithm
The scrypt-genpass compatible one is now the legacy algorithm (activated with -L or --legacy).
This commit is contained in:
parent
cfb910164f
commit
914314b927
7 changed files with 178 additions and 33 deletions
|
@ -25,6 +25,6 @@
|
|||
@interface ScryptPWGen: OFObject <OFApplicationDelegate>
|
||||
{
|
||||
size_t _length;
|
||||
bool _repeat;
|
||||
bool _legacy, _repeat;
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue