No release in over a year
A password generator build on learning purpouses.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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!