Crates.io | genpwd |
lib.rs | genpwd |
version | 0.2.0 |
source | src |
created_at | 2020-08-30 16:33:29.957206 |
updated_at | 2021-12-26 11:42:47.276539 |
description | This program generates a randomized password from character classes. Character classes are [a-z], [A-Z], [0-9] and special sign !"$%&/?\(){}[]+*~#'<>|,;.:-_. |
homepage | https://github.com/obr-rs/genpwd |
repository | https://github.com/obr-rs/genpwd |
max_upload_size | |
id | 282753 |
size | 17,127 |
This program generates a randomized password from character classes.
The minmum length of generated passwords is 10.
Character classes are [a-z], [A-Z], [0-9] and special sign !"$%&/?\(){}[]+*~#'<>|,;.:-_.
Minimum version is 1.54; see: clap, rand
genpwd [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-l, --length Minimal length of password \[minimum: 10\] \[default: 12\]
-o, --occurrence Minimal occurrence of each character class \[default: 2\]
>genpwd
9hL]0z.G&r-O
>genpwd -o 4
z16N\6'8NkvyXK(<
>genpwd -l 20
5X,qN~f02143c-2q6>]1
>genpwd -o 3 -l 14
*;4!7c0KHLdc:i
genpwd is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See the LICENSE-APACHE and LICENSE-MIT files in this repository for more information.