1 unstable release
0.1.0 | Nov 11, 2024 |
---|
#238 in Authentication
31 downloads per month
5KB
84 lines
PSW-GEN
A simple password generator
Hoy use
To use it run:
psw-gen 16
generates a 16 character password
more options:
Long | Short | Description |
---|---|---|
--no-special-chars | -s | Quit all special chars |
--no-upper-chars | -u | Quit all upper letters |
--no-numbers | -n | Quit all numbers |
--no-lower-chars | -l | Quit all lower chars |
[!NOTE] you can't use all the options at once
Install with Cargo
To install with Cargo run:
cargo install psw-gen
Install manually
to install manually, download the biunary of releases and then add it to the PATH variable
Dependencies
~3MB
~48K SLoC