Rust clone of xkpasswd
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anna 6a8625aa36
initial commit uwu
2 years ago
src initial commit uwu 2 years ago
.editorconfig initial commit uwu 2 years ago
.gitignore initial commit uwu 2 years ago
Cargo.lock initial commit uwu 2 years ago
Cargo.toml initial commit uwu 2 years ago
LICENSE initial commit uwu 2 years ago
README.md initial commit uwu 2 years ago
dict.txt initial commit uwu 2 years ago

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.

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.