Rust clone of xkpasswd
Find a file
2022-06-01 05:15:31 +00:00
src initial commit uwu 2022-06-01 05:15:31 +00:00
.editorconfig initial commit uwu 2022-06-01 05:15:31 +00:00
.gitignore initial commit uwu 2022-06-01 05:15:31 +00:00
Cargo.lock initial commit uwu 2022-06-01 05:15:31 +00:00
Cargo.toml initial commit uwu 2022-06-01 05:15:31 +00:00
dict.txt initial commit uwu 2022-06-01 05:15:31 +00:00
LICENSE initial commit uwu 2022-06-01 05:15:31 +00:00
README.md initial commit uwu 2022-06-01 05:15:31 +00:00

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.

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.