Skip to content

Commit

Permalink
Add first French wordlist
Browse files Browse the repository at this point in the history
provided by Tango. Many thanks for that.
  • Loading branch information
ulif committed Nov 26, 2024
1 parent 118f980 commit 8069e00
Show file tree
Hide file tree
Showing 5 changed files with 7,794 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ contained wordlists.
- Switch to `pyproject`-based project layout, away from using `setup.py`.
- Fixed #62: Removed `pkg_resources` dependency. Kudos to @htgoebel!
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)
Expand Down
5 changes: 5 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Source: https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt
License: CC-BY-3.0
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
Copyright: 2019 drebs <drebs@riseup.net>
License: CC-BY-3.0
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Once installed, use ``--help`` to list all available options::
Get randomness from this source. Possible values:
`realdice', `system'. Default: system
-w [NAME [NAME ...]], --wordlist [NAME [NAME ...]]
Use words from this wordlist. Possible values: `de',
`de_8k', `en_adjectives', `en_eff', `en_nouns',
`en_securedrop', `pt-br'.
Use words from this wordlist. Possible values: `ca`,
`de', `de_8k', `en_adjectives', `en_eff', `en_nouns',
`en_securedrop', `es`, `fr`, `it`, `pt-br'.
Wordlists are stored in the folders displayed below.
Default: en_eff
-v, --verbose Be verbose. Use several times for increased verbosity.
Expand Down Expand Up @@ -439,6 +439,8 @@ People that helped spotting bugs, providing solutions, etc.:
machine-readable copyright file, with improvements from `@anarcat`_
- `Doug Muth <https://github.com/dmuth>`_ fixed formatting in docs.
- `@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!

Expand Down Expand Up @@ -491,6 +493,8 @@ details.
.. _`NaturalLanguagePasswords`: https://github.com/NaturalLanguagePasswords
.. _`prefix code`: https://en.wikipedia.org/wiki/Prefix_code
.. _`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
.. _virtualenv: https://virtualenv.pypa.io/
.. _py.test: https://pytest.org/
Expand Down
Loading

0 comments on commit 8069e00

Please sign in to comment.