Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diceware-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drebs
diceware-debian
Commits
8a75937c
Commit
8a75937c
authored
8 years ago
by
ulif
Browse files
Options
Downloads
Patches
Plain Diff
Update README.
Tell about the new default wordlist.
parent
cc23c082
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+9
-7
9 additions, 7 deletions
README.rst
with
9 additions
and
7 deletions
README.rst
+
9
−
7
View file @
8a75937c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment