secure_password_generator 1.0.4 copy "secure_password_generator: ^1.0.4" to clipboard
secure_password_generator: ^1.0.4 copied to clipboard

Secure_password_generator is a command-line interface (CLI) application designed to generate strong and secure passwords using a combination of upper and lowercase letters, numbers, and symbols. Its p [...]

example/example.md

Examples #

Show version #

secure_password_generator -v

Result: #

secure_password_generator 1.0.0

Get help #

secure_password_generator -h

Result: #

Application to generate passwords or a phrase composed of several words.
It's possible to use one or more collections of items as source to create them.

USAGE:
        secure_password_generator [FLAGS] [OPTIONS]...
        secure_password_generator                  Will create one password with default parameters

FLAGS:
        -d, --daemon                    Start a long-running daemon process.
                                                Use -h, --help with daemon to learn more about http daemon server.
        -e, --entropy                   Display entropy.
        -o, --noColor                   Don't use color to display result.
        -h, --help                      Print a help message
        -l, --license                   Prints license information
        -v, --version                   Prints version information

OPTIONS:
        -c, --collection                latin or french or german or spanish or italian or eff
        -s, --size                      password size default=15
        -n, --number                    number of password to generate default=1
        -f, --file                      Text file with items (one item per line)
        -x, --exclude                   List of excluded items separated by ,

EXIT STATUS:
        The CLI will exit with one of the following values:
        0                               Successful execution.
        1                               Failed executions.
5
likes
140
points
5
downloads

Publisher

verified publisherameeen.me

Weekly Downloads

Secure_password_generator is a command-line interface (CLI) application designed to generate strong and secure passwords using a combination of upper and lowercase letters, numbers, and symbols. Its purpose is to help users improve the security of their online accounts and sensitive information by creating complex passwords that are difficult to guess or hack.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor

More

Packages that depend on secure_password_generator