Open Wikinaut opened 7 years ago
You might be interested in https://www.npmjs.com/package/diceware-wordlist-en-eff by @grempe
@diracdeltas I do know. The problem with your software is, that (in my view) it requires some additional logic, when shorter than 2**16 wordlists are used.
Hi, just chiming in here. The package @diracdeltas referred to is just an EFF word list for the https://github.com/grempe/diceware-generator (that's my fork, there is an upstream repo). It currently supports only full size Diceware word lists (7776 words). The EFF wordlist linked is therefore the long EFF list.
That software does not currently support shorter lists and I don't have an immediate plan to add that support. While there are potential benefits to the shorter words (including the 3 char uniqueness) that make that list interesting, it also comes with security tradeoffs since you have to use more words to gain the same security level as diceware (which itself requires more words than Niceware). Also, the EFF short list is only in English and one of the nice features of the diceware-generator is easy support for lots of languages.
That being said, I really like the feature that @diracdeltas implemented to convert hex to a list of words (and vice-versa), so I may port her work over to the Diceware generator (along with other significant changes which are in progress and will land on my fork soon and will move upstream if the upstream maintainer @lgaticaq wants them),
It's a kind of mapping current n niceware16 (one of 2^16 words) <=> m niceware10 words (one out of 2^10 words).
I also think, that a smaller list (with the mentioned properties!) can much easier be "translated" to other languages, I will help.
I also think, that a smaller list can much easier be "translated" to other languages,
Getting off-topic but I don't think you understand how the words in those lists were chosen. I don't believe those lists can be 'translated' and achieve the same goals (certainly not machine translated). To acheive the same goals new research would need to be done for each language supported to choose words that are:
This is not a technology problem to solve, it is a linguistics problem, and represents the value that the EFF has offered in creating these lists.
This passphrase generator provides the feature of deterministically converting your passphrase into a hexadecimal string and vice versa. This list is 164 words long. The only shorter lists of value would be 163 = 4,096, 162 = 256, and 161 = 16 words, which don't make sense.
This issue should be closed IMO, based on that design feature.
On EFF page https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases three EFF wordlists are published, and the short list https://www.eff.org/files/2016/09/08/eff_short_wordlist_2_0.txt offers some nice features, however this list contains only 1296 words
Please allow me to suggest a modification of niceware which would allow to make use of such a short wordlist.