Skip to content

lcromer97/PasswordGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Password Generator

Random characters, the longer, the more secure

Usage

Launching the program by itself will give you a 18 character randomized string. Launching it from a terminal [Windows Terminal, Powershell, Command Prompt, Linux Terminal via WINE] allows you to specify how long you want that string to be, using the --length parameter.
Shorter parameters:
--length -> -l
--useWords -> -w
--showLongOutput -> -s

Sytax

.\PasswordGen.exe --length <number> --useWords <true|false> --showLongOutput <true|false>
start PasswordGen.exe --length <number> --useWords <true|false> --showLongOutput <true|false>

Note

This program was made with the intention of being an internal tool for Gerber Childrenswear, LLC and their I.T. team.

About

Simple CLI password generator

Topics

Resources

License

Stars

Watchers

Forks

Languages