shiyan/passgen

Password generating Symfony Console application.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/shiyan/passgen

0.2.0 2021-10-21 13:54 UTC

This package is auto-updated.

Last update: 2025-09-21 23:36:23 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].