ulif / diceware

Passphrases to remember
GNU General Public License v3.0
354 stars 45 forks source link

Add spanish word list #99

Closed jawlenskys closed 9 months ago

jawlenskys commented 9 months ago

Add a 8192 words-long Spanish wordlist. The wordlist was generated from two different sources of words:

The final Spanish wordlist has been generated as follows:

* Start from /usr/share/dict/spanish and filter out:
    - words not matching /^[a-z]+$/
    - words shorter than 4 characters
    - words longer than 8 characters
* Do the same with the CREA word list.
* Compare both lists and extract the words that appear in both lists.
* Remove all words that are a suffix of any other word in the list.
* Remove some offending and non-Spanish words.
* Change some of the hard-to-remember words and replace them
  with some easy-to-remember words from CREA's list.
ulif commented 9 months ago

Hey Victor, Impressive work! Thanks a lot!

/ulif