|
Changes in scorepw 0.2.1 (2018-04-15)
|
|
-------------------------------------
|
|
|
|
* Fix incorrect handling of -D option.
|
|
* Fix compile-time error when only one backend is available.
|
|
* Add configure options --with-{zxcvbn-c,zxcvbn-cpp,pwquality}
|
|
to allow disabling an estimator backend at configure time.
|
|
|
|
|
|
Changes in scorepw 0.2.0 (2018-01-14)
|
|
-------------------------------------
|
|
|
|
* Add the -d, --dict run-time option to use a user-specified
|
|
dictionary of passwords.
|
|
* Add the --with-dict configure-time option to embed a custom
|
|
dictionary into the program, and the -D run-time option to
|
|
disable said embedded dictionary.
|