Crates.io | psw-gen |
lib.rs | psw-gen |
version | 0.1.0 |
source | src |
created_at | 2024-11-11 17:21:00.502943 |
updated_at | 2024-11-11 17:21:00.502943 |
description | A simple passworld generator |
homepage | |
repository | |
max_upload_size | |
id | 1443995 |
size | 13,787 |
A simple password generator
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
To install with Cargo run:
cargo install psw-gen
to install manually, download the biunary of releases and then add it to the PATH variable