diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +# Diceware + +A simple tool to generate [diceware](http://world.std.com/~reinhold/diceware.html) +passwords from diceware wordlists. + +# Building + +To build on a unixy system: + + $ make + +and to cross-compile for example on Linux to win32: + + $ make HOST=i686-w64-mingw32 + +Building on Windows with MinGW: + + > make |
