-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (28 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Password generator inspired by http://xkcd.com/936/
also informed by http://www.baekdal.com/tips/password-security-usability
Compile:
ant cli
ant swing
Usage:
java -jar xkcd936cli.jar <big text file>
java -jar xkcd936swing.jar
It will make a password by picking 4 random words from the text file, and compute some stats.
For further documentation, see the wiki at https://github.com/alokito/xkcd936/wiki
License:
The xkcd936 project is distributed under the MIT license. Please see the included LICENSE file.
Distribute:
CLI version: ant cli
Swing versio: ant swing
Mac OSX bundle: ant bundle (on mac only)
Windows: need NSIS (windows only)
Other:
for further amusement, check out other github projects inspired by xkcd:
http://xkcd.com/903/
https://github.com/Graendal/Wikipedia-Philosophy
https://github.com/penma/xkcd-wikisophy
https://github.com/basicxman/extended-mind
https://github.com/damncabbage/xkcd_903
http://xkcd.com/724/
https://github.com/banthar/Hell-Tetris
http://xkcd.com/287/
https://github.com/witlessbird/xkcd-restaurant-order