shiyan / passgen
Password generating Symfony Console application.
0.2.0
2021-10-21 13:54 UTC
Requires
- php: ^8.0
- consolidation/annotated-command: ^4.4
Suggests
- consolidation/cgr: Isolates the composer library from other globally-installed tools
This package is auto-updated.
Last update: 2025-03-21 22:30:48 UTC
README
A command-line utility for random password generation.
Requirements
- PHP ≥ 8.0
- Composer
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]
.