rspw

Crates.iorspw
lib.rsrspw
version0.2.2
sourcesrc
created_at2022-03-17 20:21:30.508503
updated_at2023-07-08 15:58:30.980695
descriptionA command line password generator written in rust
homepagehttps://github.com/Timgrau/rspw
repositoryhttps://github.com/Timgrau/rspw
max_upload_size
id551992
size32,899
Timo Grautstück (Timgrau)

documentation

README

License rand clap

rspw (rust-password)

Command Line Argument Tool for generating random passwords.

Developed using Rust and crate rand & clap

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.

Commit count: 21

cargo fmt