RubyGems Navigation menu

password_generator_cli 0.2.0

## Usage ### Install ```sh gem install password_generator_cli ``` ### Examples ```sh # Generic usage pgen [OPTIONS] # Minimal example (using all defaults) # 12 chars, being a to z, A to Z, 0 to 9 and ! to / pgen > 5ugvs5.JOv!1 # Changing the default length pgen -l 32 > mtu2WUh+M8ry2qw&YO#mI.Y!aSd43noi # Generating a pin (only numbers) pgen -p -l 8 > 27843429 # Generating without special characters (default is true) pgen -s false -l 8 > HvLaAWB1 ```

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.0 - January 25, 2022 (9 KB)
  2. 0.2.0 - January 25, 2022 (9 KB)
  3. 0.1.0 - January 25, 2022 (9 KB)

Owners:

Pushed by:

Authors:

  • Vinicius Kammradt

SHA 256 checksum:

0f78b79cd6050beda68bfff9758803ee6d589c722d31163fa2e202dab49f1120

Total downloads 3,042

For this version 879

License:

MIT

Required Ruby Version: >= 2.6.0

Links: