passclip

Crates.iopassclip
lib.rspassclip
version0.1.4
sourcesrc
created_at2020-01-03 19:13:11.359027
updated_at2021-04-24 22:33:23.468764
descriptionYet another password generator in Rust. Generates a random password and copies it to the clipboard. (Clipboard access compatible with OSX, Windows and Linux). Optional parameters = length, number of digits, number of uppercase and number of special chars.
homepage
repositoryhttps://github.com/glella/passgen
max_upload_size
id194857
size15,593
Guillermo Lella (glella)

documentation

README

passclip

Simple password generator in Rust

Generates a random password and copies it to the clipboard

Clipboard access compatible with OSX, Windows and Linux

USAGE:

passgen [OPTIONS]

FLAGS:

-h, --help       Prints help information

-V, --version    Prints version information

OPTIONS:

-d <digits>         Number of digits, defaults to 2 when omitted

-l <length>         Password length, defaults to 16 when omitted

-s <special>        Special characters, defaults to 2 when omitted

-u <upper>          Uppercase characters, defaults to 2 when omitted
Commit count: 10

cargo fmt