Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-14 | fix(genpass): add compatibility for macOS paste command | Patrick Harrison | |
"paste" on macOS requires a '-' to signify that the standard input is used. Without the '-' character, the command errors out. | |||
2020-12-14 | fix(genpass): warn if no wordlist is found | Marc Cornellà | |
2020-12-14 | fix(genpass): check for presence of shuf command. | Patrick Harrison | |
"shuf" is not a standard command on MacOS and requires installation of the brew coreutils package | |||
2020-12-13 | fix(genpass): fix grep regex in `genpass-xkcd` for FreeBSD version (#9514) | Matt Lewin | |
2020-12-13 | fix(genpass): only use words with ASCII characters in `genpass-xkcd` (#9508) | Aaron Toponce | |
2020-12-12 | feat(plugins): add genpass plugin with 3 distinct password generators (#9502) | Aaron Toponce | |