Implementing 👆in Clojure
- Clone this Repo
- cd xkcd-936
$ lein run [args]
or
$ lein uberjar
$ cd target/
$ java -jar xkcd-936-0.1.0-standalone.jar [args]
- -c- --countCount - Number of words per suggestion. Default -- 4
- -d- --delimiterDelimiter - String delimiter between words. Default -- \space
- -s- --suggestionsNumber of Suggestions. Default -- 1
- -l- --lteMinimum number of Characters in a word. Default -- 4
- -g- --gteMaximum number of Characters in a word. Default -- 7
- -h- --help
Generates XKCD Style passwords.
You can configure word count, add delimiters, specify minumum/maximum characters per word and the number of suggestions.
- Use arguments to give different outputs like min/max word length, number of suggestions etc...
- acrostic outputs
- calculate and show entropy of the passwords
2017 Christopher
