Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 637 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 637 Bytes

Password Generator

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].