Crates.io | xkpass |
lib.rs | xkpass |
version | 0.1.0 |
source | src |
created_at | 2022-08-04 13:13:11.395204 |
updated_at | 2022-08-04 13:13:11.395204 |
description | Generate passwords that are easy to remember. Inspired by https://xkcd.com/936/ |
homepage | |
repository | https://github.com/DurbeKK/xkpass |
max_upload_size | |
id | 638727 |
size | 110,139 |
Generate passwords that are easy to remember. Inspired by the xkcd webcomic on passwords:
This project uses the word lists for random passphrases provided by EFF (Electronic Frontier Foundation). EFF's long word list is used by default, though all three of their word lists are available.
Use cargo
to install xkpass
:
cargo install xkpass
Alternatively, build from source:
cargo build --release
USAGE:
xkpass [OPTIONS]
OPTIONS:
-c, --case <CASE> Case to use on the words [default: lower] [possible values: upper, lower, capitalized,
mixed]
-h, --help Print help information
-l, --list <LIST> List of words to use for random password generation [default: long] [possible values:
long, short1, short2]
-n, --number <NUMBER> Number of words to include in the password [default: 6]
-s, --separator <SEPARATOR> A separator to use between words [default: " "]
-V, --version Print version information
xkpass
is licensed under the terms of either the MIT license or the Apache License 2.0.