-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for wordlists in other languages #50
Comments
By all means, yes! Non-english wordlists would be really nice! Of course, if you have your own wordlist, you can store it in the If you want to share your wordlist with others, please do not hesitate to do a pull request. I recommend, however, to check your wordlist with the diceware-list tools I use for exact that purpose. This package contains a few little scripts, one of them, Overall, I think ideal wordlists should be fairly long (say 2^15 terms?), be prefix code, contain no offensive words (which is not a hard criterion), and preferably contain short words (for easy typing). But this can all be discussed, of course. |
I have proposed a "pt-br" wordlist: #60 Check the commit message for the method I used to come up with the list. I did not use the Android wordlist as a base because it comes with many non pt-br words. |
I have proposed a German, Italian and Latin wordlist: #61 |
FTR, some wordlists have been added since this issue was created (it, ca, es) but there's no release including them yet. Tails, for example, has downported them, but it'd be great to get a new release so we ship them to the whole world! 😄 (In passing, if a next release could also include #86 i think it'd address the needs of several users.) |
Actually, I wanted to refer to support for custom wordlists in |
I've been working on https://github.com/simonft/phrasebook and have been talking with @drebs about using diceware as the backend for it. One thing I want to add to phrasebook is the ability to choose from wordlists in multiple languages. Is adding wordlists in other languages something you'd consider adding (or allowing someone else to add) to diceware as well?
The text was updated successfully, but these errors were encountered: