smithandrewl / jpwgen

Command line password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpwgen

Overview

Jpwgen is a command line password generator written in Java.

Usage

 jpwgen [option]
  -d,--digits         Include digits
  -L,--length <arg>   Length of the generated passwords
  -l,--lowercase      Include lowercase alpha characters
  -n,--number <arg>   Number of passwords to generate
  -p,--punctuation    Include punctuation
  -u,--uppercase      Include uppercase alpha characters

About

Command line password generator

License:MIT License


Languages

Language:Java 100.0%