rspw 0.2.1

A command line password generator written in rust
Documentation

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

TODO

See main, feel free to contribute.