Crates.io | prand |
lib.rs | prand |
version | 1.0.1 |
source | src |
created_at | 2019-05-07 19:00:02.662846 |
updated_at | 2020-07-08 20:52:02.547124 |
description | A command line utility for generating random passwords. |
homepage | |
repository | https://gitlab.com/bbmsoft.net/prand |
max_upload_size | |
id | 132663 |
size | 19,421 |
A command line utility for generating random passwords.
Generating random passwords.
Pretty much no one I guess. But I thought it was a nice exercise for me to practice Rust and get familiar with cargo and crates.io, so here we are.
If you think the crate name should be made available for something more useful, feel free to contact me.
USAGE:
prand [FLAGS] [OPTIONS]
FLAGS:
-a, --alphabetic Include alphabetic characters (a-z, A-Z)
-h, --help Prints help information
-L, --lower-case Use lower case letters as alphabetic characters
-n, --numeric Include numeric characters (0-9)
-s, --symbols Include symbol characters (-ss to include ambiguous symbols)
-U, --upper-case Use upper case letters as alphabetic characters
-v Sets the level of verbosity
-V, --version Prints version information
OPTIONS:
-l, --length <LENGTH> Length of the generated password (default: 10)
-N <NUMBER OF PASSWORDS> Number of passwords to be generated (default: 1)