-
Notifications
You must be signed in to change notification settings - Fork 45
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
List of other diceware and related passphrase lists #56
Comments
@ulif please update with more lists |
Heads up, for anyone who's interested in this, you can bring your own wordlist. As explained in the readme:
This further allows for a feature like the one you proposed here, mixing languages like this: cat jp.txt en.txt | diceware - And if you need a copy of the built-in wordlists, you can find their location in the last line of I'm not really sure of how cryptographically secure this mixing of wordlists is, though. I guess that as much as the normal use case? |
Mostly an i18n or nerd rage type of ordeal |
@victor-gp Providing your wordlist over an input pipe is perfectly well and an intended use case. Please do that :) How secure that is, is another question, but I'd say that when concatenating In this case i18n is not a big deal, I think. Just feed utf-8 which should be sufficient even for large charcter sets like traditional chinese. Please note, that when you are happy with your new wordlist, you can save it to the given wordlist dir (with a
and if you then set your new custom list as default in
then
Last not least: if you created an interesting wordlist, you are most welcome to share it with others and to send it here. @DonaldTsang, however, is right. We have to provide more wordlists and this is also my job. |
Hi @ulif, thanks for your answer!
Yes, the tool parses chinese characters alright. And users of non-alphabetic writing systems probably do passwords in ascii (pinyin and similar) anyways. Another cool feature I stumbled upon is that I can pipe wordlists both with and without the dice numbers.
Nice to know! I tried to do this but it didn't work cause I missed the wordlist_ prefix. 😅 For my needs tough, I'm ok with decoupling wordlists from the app. I'm not too happy with a couple of them so I prefer to store them aside. I'll keep the setup you suggested in mind if I settle on a subset later on.
As for this, I don't think my "X languages mixed" wordlist is particularly interesting. I can help with adding public wordlists though. I could dig through the ones in stuarta0/ultimate-diceware. Probably use/adapt the originals so licensing is more straightforward. And only when their license allows, of course. It's only about adding them into What do you think, should I do that? |
@victor-gp it would miss some of the other more "interesting" wordlist, but I would not mind adding references to other lists to https://github.com/ulif/diceware-list/tree/master/diceware_list |
See list of items provided in https://github.com/grempe/diceware/tree/master/lists and https://github.com/grempe/diceware/issues
The text was updated successfully, but these errors were encountered: