| Crates.io | rspw |
| lib.rs | rspw |
| version | 0.2.2 |
| created_at | 2022-03-17 20:21:30.508503+00 |
| updated_at | 2023-07-08 15:58:30.980695+00 |
| description | A command line password generator written in rust |
| homepage | https://github.com/Timgrau/rspw |
| repository | https://github.com/Timgrau/rspw |
| max_upload_size | |
| id | 551992 |
| size | 32,899 |
Command Line Argument Tool for generating random passwords.
$ cargo install rspw
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.
See main, feel free to contribute.