5 releases
0.2.2 | Jul 8, 2023 |
---|---|
0.2.1 | Jul 8, 2023 |
0.2.0 | Jul 8, 2023 |
0.1.1 | May 27, 2023 |
0.1.0 | Mar 17, 2022 |
#20 in #random-password
51 downloads per month
11KB
134 lines
rspw (rust-password)
Command Line Argument Tool for generating random passwords.
Install using cargo
$ cargo install rspw
Usage
Length can be chosen from 6-64:
$ rspw -l 32
> 6Og8mOtGQyfwyA8SxfdasXX3gvGfiiaT
Special characters with -s
flag:
$ rspw -l=12 -s
> 7b%TfAn~qIdS
Password can be attached to the clipboard for 30 s (Linux):
$ rspw -l=64 -s -c
> Password will be copied on the clipboard, clears in 30 seconds.
TODO
See main, feel free to contribute.
Dependencies
~2–16MB
~167K SLoC