src | ||
.editorconfig | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
dict.txt | ||
LICENSE | ||
README.md |
xkpw
xkpw is a simple command line utility for generating passwords in the style
of xkpasswd, which in turn was inspired by
xkcd #936.
Only a minimal subset of the features is supported at the moment; run the
program with --help
to get an overview of all options.
Disclaimer
This is alpha grade software. I have no idea whether the passwords this tool spits out are actually any good, even though they seem reasonable at first glance. Use at your own risk and be aware of the security implications.
Legal Stuff
Copyright © 2022 anna owo@fef.moe.
This program is licensed under the Simplified BSD License.
There is NO WARRANTY, to the extent permitted by law.
See the LICENSE
file for details.
The dict.txt
file was taken from
google-10000-english.txt
by Josh Kaufman et al.,
and to be honest i have no idea whether it's even okay to just steal it like
this lmao.