Skip to content

Moi78/password-generator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password generator cli

This is a little cli password generator made in C++ just for me to train

Example

$ ./build/password-generator-cli 
How long do you want your password to be? : 8
Do you want letters? [Y/n] : y
Do you want numbers? [Y/n] : y
Do you want special characters? [Y/n] : y
Your new password is: 7c=3p,aa

Building

Linux

To build this project, just run make. The binary will be generated in bin/

Windows

Either build and link each file manually, adapt the Makefile, use WSL or Git Bash or install Linux

About

A little cli password generator in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors