Randow Password Generator written in C
Simple Program written in C to generate random and strong password of specified length.
clone this repo which already contains the executable
git clone https://github.com/thehackersbrain/passgen.git
now change the directory
cd passgen
run the passgen
executable
./passgen -l <length>
example
./passgen -l 50
- Author: Gaurav Raj
- Blog: TheHackersBrain
- Twitter: TheHackersBrain
- Portfolio: Gaurav Raj
- Projects: GitHub