Password generator based on rand() and time()
You can use ./passgen 20 test to generate password 20 characters long and based on seed "test"
You can generate password with random seed by leaving third option
You can generate password 15 charactes long by leaving all options
make to build passgen
make clean to remove passgen and obj/