Skip to content

Timgrau/rspw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Command Line Tool for generating random passwords.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages