#password-generator #clipboard #numbers #random-password #generates-random #generate #upper-case

app passclip

Yet 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.

5 releases

0.1.4 Apr 24, 2021
0.1.3 Apr 24, 2021
0.1.2 Apr 24, 2021
0.1.1 Jan 3, 2020
0.1.0 Jan 3, 2020

#9 in #generates-random

MIT/Apache

7KB
90 lines

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

Dependencies

~1.3–1.8MB
~27K SLoC