A simple password generator
- go >= 1.17
- go bin folder in your $PATH variable
go install github.com/MrTip0/pgen@latestsimply
pgenThe default lenght is 20 characters but you can change it with
pgen -l 20If you want to chose an alphabet
pegn -alfa "AaBbCcDd123#!="Note
The alphabet is case sensitive,
so 'A' is different from 'a'