Skip to content

paugarcia32/CLI-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Rust based application

The aim of this project is to create a fully random CLI Password Generator.

Instalation

git clone https://github.com/paugarcia32/CLI-Password-Generator.git

Available options

  • Length: -l or --length
  • Lowercase: -w or --lowercase
  • Uppercase: -u or --uppercase
  • Numbers: -n or --numbers
  • Special Characters: -s or --special
  • Avoid Ambiguous Characters: -a or --ambiguous

Note

There is a input validation, inputs that are not between 12 and 40 characters are not available!

How to run the appication

cargo r -- -l 30 -w -u -n -s -a

imagen

Acknowledgements

Links

blog linkedin

About

CLI Rust based application that generates completelly random passwords

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages