rspw 0.1.0

A CLI password generator written in rust
Documentation

License rand

rspw (rust-password)

Command Line Argument Tool for generating random passwords.

Developed using Rust and crate rand.

Usage

Default generates a password with length 8:

$ rspw gen 
> dK7VgAz9

Length can be chosen from 6-64:

$ rspw gen 32
> kGk4z2oZ2RXkwrbY68Ru4TJtAk0Rz2nq

TODO

See main, feel free to contribute.