This program will generate a pseudo randomally generated password based on user set criteria. The following outputs will comprise of ASCII standard value character set, with which the user's password will derive from. What standard library functions are we driving our randomness from? Well from yours truly...
password.-.HD.1080p.mov
$ gh repo clone MorganBergen/password-generator
Cloning into 'password-generator'...
remote: Enumerating objects: 37, done.
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 37 (delta 12), reused 23 (delta 7), pack-reused 0
Receiving objects: 100% (37/37), 130.14 KiB | 2.17 MiB/s, done.
Resolving deltas: 100% (12/12), done.
$ cd password-generator
$ make
WELCOME....
Why are passwords important and how likely will your password given 8 char minimum take you in terms of someone else finding that string literal.
