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
081ccf99
Commit
081ccf99
authored
9 years ago
by
ulif
Browse files
Options
Downloads
Patches
Plain Diff
Update README.
parent
c69c7abb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+14
-12
14 additions, 12 deletions
README.rst
with
14 additions
and
12 deletions
README.rst
+
14
−
12
View file @
081ccf99
...
...
@@ -148,9 +148,18 @@ We support even sources of randomness from other packages. See the
provided by Arnold G. Reinhold, which will be used by default and
contains 8192 different words.
If you do not like the wordlist provided, you can use your own one. Any
`INFILE` provided will be parsed line by line and each line considered
a possible word. For instance::
Apart from that `diceware` is packaged with the "original" 7776 word
list provided by Mr. Reinhold. You can enable a certain (installed)
wordlist with the ``-w`` option::
$ diceware --wordlist en_orig
YorkNodePrickEchoToriNiobe
See ``diceware --help`` for a list of all installed wordlists.
If you do not like the wordlists provided, you can use your own
one. Any `INFILE` provided will be parsed line by line and each line
considered a possible word. For instance::
$ echo -e "hi\nhello\n" > mywordlist.txt
$ diceware mywordlist.txt
...
...
@@ -163,15 +172,8 @@ With filename ``-`` you can pipe in wordlists::
HiHiHelloHiHiHello
In custom wordlists we take each line for a valid word and ignore
empty lines (i.e. lines containing whitespace characters only).
You can also pick one of the wordlists packaged with `diceware` (which
is, what we do by default) using ``-w``::
$ diceware --wordlist en_orig
YorkNodePrickEchoToriNiobe
These terms come from the original diceware.com wordlist for dice.
empty lines (i.e. lines containing whitespace characters only). Oh,
and we handle even PGP-signed wordlists.
What is it good 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