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
--count
Count - Number of words per suggestion. Default -4
-d
--delimiter
Delimiter - String delimiter between words. Default -\space
-s
--suggestions
Number of Suggestions. Default -1
-l
--lte
Minimum number of Characters in a word. Default -4
-g
--gte
Maximum 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