Generate a set amount of random passwords of set length
git clone https://github.com/Potato-git13/passwdgen
cd passwdgen/
make compile
For info on how to use it type: passwdgen -h
If you want to configure the input caps and the characters used in password generation you can edit the config.h
located in the src
directory