Skip to content

Simple project for generating passwords using Diceware

Notifications You must be signed in to change notification settings

tborowiec/diceware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

diceware

Simple project for generating passwords using Diceware.

Building

To build, invoke following command:

mvn clean package

Usage

To run, invoke following command:

java -jar diceware.jar min_password_length [word_list_file_name]

Parameters

  • min_password_length - minimum length of generated password
  • word_list_file_name - (optional) file name containing word list; if not provided - default list will be used

About

Simple project for generating passwords using Diceware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages