Welcome to pgen 👋

Twitter: kammzinho

A password generator build on learning purpouses

Usage

Install

gem install password_generator_cli

Examples

# 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

Author

👤 Vinicius Kammradt

Show your support

Give a ⭐️ if this project helped you!