Skip to content

JakobLiebig/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Generator

Simple password generator in cpp.

Build and run

The following code will clone, build and run the project. It creates a password with the format XXXX-XXXX-XXXXX where every X is replaced with a random symbol from pools/pool.txt.

git clone https://github.com/JakobLiebig/password-generator.git password_generator
mkdir password_generator/build
cd password_generator/build
cmake ..
make
./apps/pw-gen -p ../pools/pool.txt -f XXXX-XXXX-XXXXX

About

Simple password generator in cpp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published