/jpwgen

Command line password generator

Primary LanguageJavaMIT LicenseMIT

jpwgen

Overview

Jpwgen is a command line password generator written in Java.

Usage

 jpwgen [option]
  -d,--digits         Include digits
  -f,--file <arg>     Input file, to be used as %s template for output
  -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