A Perl module and terminal command for generating secure memorable passwords inspired by the fabulous XKCD web comic and Steve Gibson's Password Hay Stacks. This is the library that powers www.xkpasswd.net
When using the command line to test function (-t flag), the config is distilled, then validated, allowing keys that should not be present to be ignored.
When trying to use a config file with the -c flag, the behavior is not the same - configs are not distilled before being validated, so a config can pass -t, but fail when used with -c.
The -c flag needs to be updated to behave the same as the -t flag.
When using the command line to test function (-t flag), the config is distilled, then validated, allowing keys that should not be present to be ignored.
When trying to use a config file with the -c flag, the behavior is not the same - configs are not distilled before being validated, so a config can pass -t, but fail when used with -c.
The -c flag needs to be updated to behave the same as the -t flag.