Deterministic password generator based on scrypt.
Find a file
Jonathan Schleifer 914314b927
Add new generation algorithm
The scrypt-genpass compatible one is now the legacy algorithm
(activated with -L or --legacy).
2016-10-08 14:24:43 +02:00
.gitignore Add .gitignore 2016-10-08 14:24:38 +02:00
LegacyPasswordGenerator.h Add new generation algorithm 2016-10-08 14:24:43 +02:00
LegacyPasswordGenerator.m Add new generation algorithm 2016-10-08 14:24:43 +02:00
Makefile Makefile: Add clean target 2016-10-08 14:24:41 +02:00
NewPasswordGenerator.h Add new generation algorithm 2016-10-08 14:24:43 +02:00
NewPasswordGenerator.m Add new generation algorithm 2016-10-08 14:24:43 +02:00
PasswordGenerator.h Add new generation algorithm 2016-10-08 14:24:43 +02:00
ScryptPWGen.h Add new generation algorithm 2016-10-08 14:24:43 +02:00
ScryptPWGen.m Add new generation algorithm 2016-10-08 14:24:43 +02:00