Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 884 Bytes

File metadata and controls

21 lines (17 loc) · 884 Bytes

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.