~seirdy/moac

b711a4fc7be1bf65de43ca037068efc16bc56340 — Rohan Kumar 2 years ago b7f1878
Doc(README): add more alternatives

- Group alternatives by scope (pwgen, password analysis, both).
- Add alternatives: pass-checker, repassgen, and my own genpw.
1 files changed, 7 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +7 -3
@@ 191,11 191,15 @@ See [`CONTRIBUTING.md`](https://git.sr.ht/~seirdy/moac/tree/master/CONTRIBUTING.
Alternatives
------------

- [libpwquality](https://github.com/libpwquality/libpwquality/)
- [zxcvbn](https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler)
- [pwgen](http://sf.net/projects/pwgen)
- [cracklib](https://github.com/cracklib/cracklib)
- The password generator/evaluator in [KeePassXC](https://keepassxc.org/)
- [go-password-validator](https://github.com/wagslane/go-password-validator)
- [pass-checker](https://github.com/devops-works/pass-checker)

- [pwgen](http://sf.net/projects/pwgen)
- [go-password](https://github.com/sethvargo/go-password)
- [repassgen](https://github.com/ilius/repassgen)
- [genpw](https://git.sr.ht/~seirdy/dotfiles/tree/master/Executables/shell-scripts/bin/genpw), my tiny shell script to generate passwords with  `tr`, `dd`, `/dev/urandom`, and optionally `iconv`.

- [libpwquality](https://github.com/libpwquality/libpwquality/)
- The password generator/evaluator in [KeePassXC](https://keepassxc.org/)