https://github.com/ospalh/latex-diceware
Wordlists and some other files for my nicely formated diceware lists.
https://github.com/ospalh/latex-diceware
diceware diceware-passphrases latex-document password
Last synced: 4 months ago
JSON representation
Wordlists and some other files for my nicely formated diceware lists.
- Host: GitHub
- URL: https://github.com/ospalh/latex-diceware
- Owner: ospalh
- Created: 2012-04-30T16:56:06.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-01T15:42:26.000Z (over 4 years ago)
- Last Synced: 2024-09-29T05:01:21.791Z (8 months ago)
- Topics: diceware, diceware-passphrases, latex-document, password
- Language: TeX
- Size: 8.47 MB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
latex-diceware
==============Wordlists and some other files for my nicely formatted diceware lists.
Visit the [diceware](http://world.std.com/~reinhold/diceware.html) site, the obligatory [XKCD](https://xkcd.com/936/), and get some dice.
There are two sources of words:
### Beolingus:
The “deutsche(n) Wortliste(n)” and the “nice extra” list are based on the [Beolingus](http://dict.tu-chemnitz.de/) online dictionary:
* Copyright (c) :: Frank Richter ,
* 1995 - 2010
* License :: GPL Version 2 or later; GNU General Public License
* URL :: http://dict.tu-chemnitz.de/The “English word list for Diceware, for D20” is a combination of the EFF list (see below) and the “nice extra” list.
These finished word lists PDFs,
* deutsche Wortliste für Diceware, für W20.pdf
* deutsche Wortliste für Diceware, für W6.pdf
* English word list for Diceware, for D20.pdfare licensed as GPL 3 or later, not GPL 2.
The “English word list for Diceware, for D20” is still mostly the work
of [Joseph Bonneau](https://www.eff.org/about/staff/joseph-bonneau). and the [EFF](https://www.eff.org/). See below### EFF
[Joseph Bonneau](https://www.eff.org/about/staff/joseph-bonneau) of the [EFF](https://www.eff.org/) has published an [article](https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases) with new word lists. As i had fixed a few of the problems noted in the article, and wanted to fix another one – “dirty” words unsuitable to hand out to customers – it seemed obvious to combine my formatting with their word lists.
The results are the three lists
* EFF large wordlist.pdf
* EFF short wordlist 1.pdf
* EFF short wordlist 2.pdfThese are licensed as [CC-BY-SA](https://creativecommons.org/licenses/by-sa/4.0/).
## Python script
The python script is used to replace the place holder “foobar” in the latex file templates with words from wordlists.
It is licensed as GPL 3 or later.