Skip to content
/ pgen Public

A simple password generator

License

Notifications You must be signed in to change notification settings

MrTip0/pgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgen

A simple password generator

Installation

Requierements

  • go >= 1.17
  • go bin folder in your $PATH variable

Installation

go install github.com/MrTip0/pgen@latest

How to use

simply

pgen

The default lenght is 20 characters but you can change it with

pgen -l 20

If you want to chose an alphabet

pegn -alfa "AaBbCcDd123#!="

Note
The alphabet is case sensitive,
so 'A' is different from 'a'