shiyan/passgen

Password generating Symfony Console application.

0.2.0 2021-10-21 13:54 UTC

This package is auto-updated.

Last update: 2024-03-21 19:59:38 UTC


README

A command-line utility for random password generation.

Requirements

Installation

composer global require --optimize-autoloader shiyan/passgen

Make sure that the COMPOSER_HOME/vendor/bin dir is in your PATH env var. More info in the composer help: composer global -h

If you have the CGR installed, then run the following command instead of the one above:

cgr -o shiyan/passgen

Usage

passgen [<length>]

Where length is an optional password length argument [default: 20].