psw-gen

Crates.iopsw-gen
lib.rspsw-gen
version0.1.0
sourcesrc
created_at2024-11-11 17:21:00.502943
updated_at2024-11-11 17:21:00.502943
descriptionA simple passworld generator
homepage
repository
max_upload_size
id1443995
size13,787
kristian (k3nder)

documentation

README

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

Commit count: 0

cargo fmt