Skip to content
Snippets Groups Projects
Commit 8a75937c authored by ulif's avatar ulif
Browse files

Update README.

Tell about the new default wordlist.
parent cc23c082
No related branches found
No related tags found
No related merge requests found
...@@ -79,8 +79,7 @@ Once installed, use ``--help`` to list all available options:: ...@@ -79,8 +79,7 @@ Once installed, use ``--help`` to list all available options::
-w NAME, --wordlist NAME -w NAME, --wordlist NAME
Use words from this wordlist. Possible values: `en', Use words from this wordlist. Possible values: `en',
`en_eff', `en_orig', `en_securedrop'. Wordlists are `en_eff', `en_orig', `en_securedrop'. Wordlists are
stored in the folder displayed below. Default: stored in the folder displayed below. Default: en_eff
en_securedrop
-v, --verbose Be verbose. Use several times for increased verbosity. -v, --verbose Be verbose. Use several times for increased verbosity.
--version output version information and exit. --version output version information and exit.
...@@ -167,10 +166,13 @@ rolls required. ...@@ -167,10 +166,13 @@ rolls required.
We support even sources of randomness from other packages. See the We support even sources of randomness from other packages. See the
`documentation <https://diceware.readthedocs.io/>`_ for more details. `documentation <https://diceware.readthedocs.io/>`_ for more details.
`diceware` comes with an English wordlist provided by Heartsucker, `diceware` comes with an English wordlist provided by the EFF_, which will be
which will be used by default and contains 8192 different words. This used by default and contains 7776 (=6^6) different words. This list is stored
list is based off the original diceware list written by Arnold G. as ``en_eff``.
Reinhold.
Additionally `diceware` comes with an English wordlist provided by Heartsucker,
which contains 8192 different words. This list is based off the original
diceware list written by Arnold G. Reinhold.
Both the original and 8k diceware wordlists by Mr. Reinhold are provided. Both the original and 8k diceware wordlists by Mr. Reinhold are provided.
You can enable a certain (installed) wordlist with the ``-w`` option:: You can enable a certain (installed) wordlist with the ``-w`` option::
...@@ -208,7 +210,7 @@ directory. This file could look like this:: ...@@ -208,7 +210,7 @@ directory. This file could look like this::
specials = 2 specials = 2
delimiter = "MYDELIMITER" delimiter = "MYDELIMITER"
randomsource = "system" randomsource = "system"
wordlist = "en" wordlist = "en_securedrop"
The options names have to match long argument names, as output by The options names have to match long argument names, as output by
``--help``. The values set must meet the requirements valid for ``--help``. The values set must meet the requirements valid for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment