dw(1)
# NAME
dw - generate diceware passphrases
# SYNOPSIS
*dw* [-n _passphrase-length_] [-s _max-words_ ] < _wordlist_
*dwgen*
# DESCRIPTION
*dw* is a passphrase generator that reads a wordlist from stdin and writes a diceware-style passphrase to stdout.
*dwgen* is a script that invokes *dw* with a pre-installed wordlist.
# OPTIONS
*-h*
Show help message and exit.
*-n* <passphrase-length>
Number of words to generate for the passphrase.
Default is 6.
*-s* <max-words>
Max words to read from stdin. Provides an upper bound to memory usage.
# AUTHORS
dax <dax@dax.moe>