Skip to content

olabini/battery_staple

Repository files navigation

Battery Staple

A simple Java version of a password generator based on this XKCD comic about password strength. It will by default use this list of dictionary words and generate 5 word pass phrases. You can also use a custom number of words and a custom dictionary list as arguments.

$ java -jar battery_staple.jar
correct horse battery staple simple
$ java -jar battery_staple.jar 3
correct horse battery
$ java -jar battery_staple.jar 3 dict.sv
korrekt häst batteri

If you are very concerned about security, please inspect the source code for yourself and use the provided build script to build the jar file. The downloadable jar has been made available for convenience and contains the default dictionary list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages