Skip to content

j0giwa/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-generator


Table of Contents

Install

Install it via make

sudo make install

Usage

password-generator

will output a random String with the default parameters

Optional flags can be supplied.

flag function
-l specify the amount of characters

example:

password-generator -l 12

will output a 12 character string.