Crates.io | pwgenr |
lib.rs | pwgenr |
version | 0.4.0 |
source | src |
created_at | 2017-01-26 12:02:55.290827 |
updated_at | 2019-05-30 10:48:49.733029 |
description | A untypable password generator |
homepage | |
repository | https://gitlab.com/Sakuhl/pwgenr/ |
max_upload_size | |
id | 8226 |
size | 43,111 |
Random password generator (mainly for use with a password manager).
$ pwgenr -c box -- 12 6
◭┫▹◨┒◳┟┰┒┴┷○
╓┭◷▱╙▙╼○▒┆◌╰
▯◳▥◱◛═▉◆┴◽▌╓
◶◓┆│┓╰┶◑▶◉◁┓
┶┬◪◶◞┼▰▏┞╳╋▩
▌┖╅┺┶◫┺┹◪┲┧┦
You can check by typing pwgenr -h
:
USAGE:
pwgenr [FLAGS] [OPTIONS] [--] [ARGS]
FLAGS:
-b, --clipboard Copy first password to clipboard (requires xclip)
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c <categories>... Categories to be used [values: symbols, games, tech, box, arrows, dingbat, math, ascii]
ARGS:
<LENGTH> of the generated passwords [default: 64]
<AMOUNT> of generated passwords [default: 12]
You can use the cargo install
command:
$ cargo install pwgenr
or a classic build and run:
$ git clone https://gitlab.com/Sakuhl/pwgenr
$ cd pwgenr
$ cargo build --release
$ cp target/release/pwgenr ~/.bin # assuming .bin is in your path