Patrick Harrison
|
85db8c2be3
|
fix(genpass): add compatibility for macOS paste command
"paste" on macOS requires a '-' to signify that the standard input is used.
Without the '-' character, the command errors out.
|
2021-03-21 13:37:49 -04:00 |
|
Marc Cornellà
|
f9285022ca
|
fix(genpass): warn if no wordlist is found
|
2021-03-21 13:37:49 -04:00 |
|
Patrick Harrison
|
1c963854cc
|
fix(genpass): check for presence of shuf command.
"shuf" is not a standard command on MacOS and requires installation of the brew coreutils package
|
2021-03-21 13:37:49 -04:00 |
|
Matt Lewin
|
dfb4bfa0cf
|
fix(genpass): fix grep regex in genpass-xkcd for FreeBSD version (#9514)
|
2021-03-21 13:37:49 -04:00 |
|
Aaron Toponce
|
3919d0f427
|
fix(genpass): only use words with ASCII characters in genpass-xkcd (#9508)
|
2021-03-21 13:37:49 -04:00 |
|
Aaron Toponce
|
bb3f100281
|
feat(plugins): add genpass plugin with 3 distinct password generators (#9502)
|
2021-03-21 13:37:49 -04:00 |
|