Skip to content
Snippets Groups Projects
Unverified Commit 8069e00d authored by ulif's avatar ulif
Browse files

Add first French wordlist

provided by Tango. Many thanks for that.
parent 118f9808
Branches
Tags
No related merge requests found
...@@ -29,6 +29,7 @@ contained wordlists. ...@@ -29,6 +29,7 @@ contained wordlists.
- Switch to `pyproject`-based project layout, away from using `setup.py`. - Switch to `pyproject`-based project layout, away from using `setup.py`.
- Fixed #62: Removed `pkg_resources` dependency. Kudos to @htgoebel! - Fixed #62: Removed `pkg_resources` dependency. Kudos to @htgoebel!
As a side effect no randomness sources from other packages are supported anymore. As a side effect no randomness sources from other packages are supported anymore.
- Added French wordlist. Many thanks for the good work go to Tango.
0.10 (2022-02-15) 0.10 (2022-02-15)
......
...@@ -25,6 +25,11 @@ Source: https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt ...@@ -25,6 +25,11 @@ Source: https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt
License: CC-BY-3.0 License: CC-BY-3.0
Comment: License comes from eff.org/copyright Comment: License comes from eff.org/copyright
Files: diceware/wordlists/wordlist_fr.txt
Copyright: 2024 Tango <tango.tails@proton.me>
License: CC0-1.0
Comment: This wordlist was crafted for use with `diceware`, `Tails` and the `Tor Project`
Files: diceware/wordlists/wordlist_pt-br.txt Files: diceware/wordlists/wordlist_pt-br.txt
Copyright: 2019 drebs <drebs@riseup.net> Copyright: 2019 drebs <drebs@riseup.net>
License: CC-BY-3.0 License: CC-BY-3.0
......
...@@ -82,9 +82,9 @@ Once installed, use ``--help`` to list all available options:: ...@@ -82,9 +82,9 @@ Once installed, use ``--help`` to list all available options::
Get randomness from this source. Possible values: Get randomness from this source. Possible values:
`realdice', `system'. Default: system `realdice', `system'. Default: system
-w [NAME [NAME ...]], --wordlist [NAME [NAME ...]] -w [NAME [NAME ...]], --wordlist [NAME [NAME ...]]
Use words from this wordlist. Possible values: `de', Use words from this wordlist. Possible values: `ca`,
`de_8k', `en_adjectives', `en_eff', `en_nouns', `de', `de_8k', `en_adjectives', `en_eff', `en_nouns',
`en_securedrop', `pt-br'. `en_securedrop', `es`, `fr`, `it`, `pt-br'.
Wordlists are stored in the folders displayed below. Wordlists are stored in the folders displayed below.
Default: en_eff Default: en_eff
-v, --verbose Be verbose. Use several times for increased verbosity. -v, --verbose Be verbose. Use several times for increased verbosity.
...@@ -439,6 +439,8 @@ People that helped spotting bugs, providing solutions, etc.: ...@@ -439,6 +439,8 @@ People that helped spotting bugs, providing solutions, etc.:
machine-readable copyright file, with improvements from `@anarcat`_ machine-readable copyright file, with improvements from `@anarcat`_
- `Doug Muth <https://github.com/dmuth>`_ fixed formatting in docs. - `Doug Muth <https://github.com/dmuth>`_ fixed formatting in docs.
- `@kmille`_ suggested support for XDG config file locations. - `@kmille`_ suggested support for XDG config file locations.
- `Tango` provided the french wordlist, also provided for `Tails OS`_ and the
`Tor Project`_.
Many thanks to all of them! Many thanks to all of them!
...@@ -491,6 +493,8 @@ details. ...@@ -491,6 +493,8 @@ details.
.. _`NaturalLanguagePasswords`: https://github.com/NaturalLanguagePasswords .. _`NaturalLanguagePasswords`: https://github.com/NaturalLanguagePasswords
.. _`prefix code`: https://en.wikipedia.org/wiki/Prefix_code .. _`prefix code`: https://en.wikipedia.org/wiki/Prefix_code
.. _`random.SystemRandom`: https://docs.python.org/3.4/library/random.html#random.SystemRandom .. _`random.SystemRandom`: https://docs.python.org/3.4/library/random.html#random.SystemRandom
.. _`Tails OS`: https://tails.net/
.. _`Tor Project`: https://torproject.org/
.. _ReStructuredText: http://docutils.sourceforge.net/rst.html .. _ReStructuredText: http://docutils.sourceforge.net/rst.html
.. _virtualenv: https://virtualenv.pypa.io/ .. _virtualenv: https://virtualenv.pypa.io/
.. _py.test: https://pytest.org/ .. _py.test: https://pytest.org/
......
This diff is collapsed.
...@@ -78,6 +78,11 @@ Currently (v1.0) we provide the following lists: ...@@ -78,6 +78,11 @@ Currently (v1.0) we provide the following lists:
Referencia del Español Actual (CREA)`_. This list provides the `prefix Referencia del Español Actual (CREA)`_. This list provides the `prefix
property`_. property`_.
- `fr` (7776/6^5 words)
A list of french words, compiled by @Tango for Tails OS and Tor. Handcrafted
to avoid offensive and rare words. This list provides the `prefix property`_.
- `it` (8192/2^13 words) - `it` (8192/2^13 words)
A list of Italian words, Compiled by `@jawlenskys`_ from Debian dict file for A list of Italian words, Compiled by `@jawlenskys`_ from Debian dict file for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment