Add new generation algorithm

The scrypt-genpass compatible one is now the legacy algorithm
(activated with -L or --legacy).
This commit is contained in:
Jonathan Schleifer 2016-10-08 14:08:36 +02:00
parent cfb910164f
commit 914314b927
No known key found for this signature in database
GPG key ID: 338C3541DB54E169
7 changed files with 178 additions and 33 deletions

View file

@ -25,6 +25,6 @@
@interface ScryptPWGen: OFObject <OFApplicationDelegate>
{
size_t _length;
bool _repeat;
bool _legacy, _repeat;
}
@end