Skip to content

MorganBergen/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 A Password Generator with integrity

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...

std::random_device random;

std::mt19937 generator(random());

💻 How to use this program:

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....

🧮 What is the probability that my password will be successfully FOUND!?!?

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.

asset-1

About

This program will generator 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors