Skip to content
Snippets Groups Projects
Commit 27eaa7e2 authored by ulif's avatar ulif
Browse files

Update manpage.

Reflect late wordlist changes.
parent ce2f4244
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ Create a passphrase without capital words. Creates something like
"\fBwheel\-dye\-honk\fP".
.TP
.B \fBdiceware \-r\fP \fIrealdice\fP
Use real dice to create a passphrase. The programm will tell you what to do
Use real dice to create a passphrase. The program will tell you what to do
(roll dice and tell what numbers appear) and in the end present a
passphrase.
.TP
......@@ -141,11 +141,12 @@ instead of standard, 6\-sided dice.
Create a passphrase with words from file "mywordlist.txt". The file should
contain one word on each line.
.TP
.B \fBdiceware \-w en_orig \-s 2\fP
.B \fBdiceware \-w en_securedrop \-s 2\fP
Create a passphrase with two special chars spread over the generated
passphrase and containing words from wordlist "\fBen_orig\fP". This is one of
the wordlists that come included with \fIdiceware\fP\&. Creates something like:
"\fBRutt[FanScoldLouiseT*nyThrob\fP".
passphrase and containing words from wordlist "\fBen_securedrop\fP". This is
one of the wordlists that come included with \fIdiceware\fP\&. Creates something
like:
"\fBPlayaBrigVer{SeesNe\-tsGets\fP".
.TP
.B \fBdiceware \-w en_adjectives en_nouns \-n 2\fP
Create two syntactically meaningful phrases, each one consisting of an
......@@ -154,7 +155,7 @@ adjective and a noun. Results in something like:
.UNINDENT
.SH COPYRIGHT
.sp
Copyright (C) 2015\-2020 Uli Fouquet and contributors
Copyright (C) 2015\-2022 Uli Fouquet and contributors
.sp
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
......@@ -171,11 +172,6 @@ this program. If not, see <\fI\%http://www.gnu.org/licenses/\fP>.
diceware is a concept invented by Arnold G. Reinhold, Cambridge, Massachusetts
USA.
.sp
The English Diceware Wordlists used with this programme are licensed by Arnold
G. Reinhold (files \fBwordlists/wordlist_en_orig.asc\fP,
\fBwordlists/wordlist_en.txt\fP) under the \fICreative Commons CC\-BY 3.0\fP license
(see \fI\%http://creativecommons.org/licenses/by/3.0/\fP).
.sp
The Securedrop wordlist (file \fBwordlists/wordlist_en_securedrop.asc\fP) by
Heartsucker is licensed under the \fIMIT\fP license (see \fI\%http://mit\-license.org/\fP).
.sp
......@@ -183,8 +179,7 @@ The EFF wordlist (file \fBwordlsts/wordlist_en_eff.txt\fP) is licensed by the
Electronic Frontier Foundation under the \fICreative Commons CC\-BY 3.0 US\fP
license (see \fI\%https://creativecommons.org/licenses/by/3.0/us/\fP).
.sp
The copyright for the \fIDiceware8k\fP list is owned by Arnold G Reinhold. The
copyright for the the \fIDiceware SecureDrop\fP list is owned by \fI@heartsucker\fP\&.
The copyright for the the \fIDiceware SecureDrop\fP list is owned by \fI@heartsucker\fP\&.
Copyright for the \fIEFF large\fP list by \fIJoseph Bonneau\fP and \fIEFF\fP\&. Copyright for
the brazilian portuguese list by \fI@drebs\fP\&. Copyright for the english adjective
and noun lists by \fINaturalLanguagePasswords\fP\&.
......
......@@ -111,11 +111,12 @@ examples
Create a passphrase with words from file "mywordlist.txt". The file should
contain one word on each line.
``diceware -w en_orig -s 2``
``diceware -w en_securedrop -s 2``
Create a passphrase with two special chars spread over the generated
passphrase and containing words from wordlist "``en_orig``". This is one of
the wordlists that come included with `diceware`. Creates something like:
"``Rutt[FanScoldLouiseT*nyThrob``".
passphrase and containing words from wordlist "``en_securedrop``". This is
one of the wordlists that come included with `diceware`. Creates something
like:
"``PlayaBrigVer{SeesNe-tsGets``".
``diceware -w en_adjectives en_nouns -n 2``
Create two syntactically meaningful phrases, each one consisting of an
......@@ -125,7 +126,7 @@ examples
copyright
---------
Copyright (C) 2015-2020 Uli Fouquet and contributors
Copyright (C) 2015-2022 Uli Fouquet and contributors
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
......@@ -142,11 +143,6 @@ this program. If not, see <http://www.gnu.org/licenses/>.
diceware is a concept invented by Arnold G. Reinhold, Cambridge, Massachusetts
USA.
The English Diceware Wordlists used with this programme are licensed by Arnold
G. Reinhold (files ``wordlists/wordlist_en_orig.asc``,
``wordlists/wordlist_en.txt``) under the `Creative Commons CC-BY 3.0` license
(see http://creativecommons.org/licenses/by/3.0/).
The Securedrop wordlist (file ``wordlists/wordlist_en_securedrop.asc``) by
Heartsucker is licensed under the `MIT` license (see http://mit-license.org/).
......@@ -155,8 +151,7 @@ Electronic Frontier Foundation under the `Creative Commons CC-BY 3.0 US`
license (see https://creativecommons.org/licenses/by/3.0/us/).
The copyright for the `Diceware8k` list is owned by Arnold G Reinhold. The
copyright for the the `Diceware SecureDrop` list is owned by `@heartsucker`.
The copyright for the the `Diceware SecureDrop` list is owned by `@heartsucker`.
Copyright for the `EFF large` list by `Joseph Bonneau` and `EFF`. Copyright for
the brazilian portuguese list by `@drebs`. Copyright for the english adjective
and noun lists by `NaturalLanguagePasswords`.
......
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