This CLI Tool basically provides password generation from simple to difficult.
Lang: Go
Framework: Cobra
Clone the project
git clone https://github.com/yigittopm/ggen
Go to the project directory
cd ggen
Build
go build .
Start app
./ggen generate
Contains all characters and length is 8
./ggen generate
Generating password:
]2R@Br_g
Contains only numbers and length is 10
./ggen generate -n -l 10
Generating password:
9816669103