Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
    • ulif's avatar
      Allow also list of wordlists · 3490fe63
      ulif authored
      instead of a single wordlist only. This way we will be able to generate
      not only random sequences of words, but also phrases with a syntactic
      structure. These are easier to memorize.
      3490fe63
  2. Sep 25, 2020
  3. Aug 24, 2020
  4. Aug 19, 2020
  5. Jul 26, 2020
  6. Apr 24, 2020
  7. Apr 20, 2020
  8. Apr 19, 2020
  9. Apr 16, 2020
  10. Jan 17, 2020
  11. Dec 21, 2019
  12. May 28, 2019
    • drebs's avatar
      Improve pt-br wordlist (#63) · 9c101bee
      drebs authored and ulif's avatar ulif committed
      Wordlist in pt-br was first introduced in 7743ed55. The differences to
      this one are:
      
        - 9-characters words are introduced.
        - suffixes removal is made after accounting for popularity.
        - less frequent words that differ only in the last character are
          removed.
      
      The current pt-br wordlist was generated as follows:
      
        1. Download a dump of portuguese Wikipedia pages, process all pages
           and determine the frequency of each word.
        2. Start from /usr/share/dict/brazilian and filter out:
             - words not matching /^[a-z]+$/,
             - words shorter than 4 characters, and
             - words longer than 9 characters.
        3. Sort remaining words using pt Wikipedia frequencies.
        4. Take the top 30K words (just because after filtering we still get
           roughly the amount we need).
        5. Filter out:
             - all words that are a suffix of any other word in the list.
             - less frequent words that differ only by the last character.
        6. Take the 7776 most frequent words.
      
      No further curation was made.
      9c101bee
  13. Apr 26, 2019
    • ulif's avatar
      Update year. · 6a1a7623
      ulif authored
      Next release won't be in 2018.
      6a1a7623
    • drebs's avatar
      Add pt-br wordlist (#60) · 7743ed55
      drebs authored and ulif's avatar ulif committed
      The wordlist was generated from 2 different sources of words:
      
        - The file /usr/share/dict/brazilian from Debian's wbrazilian package.
        - A dump of the pages of Wikipedia in portuguese.
      
      The final pt-br wordlist was generated as follows:
      
        1. Download a dump of portuguese Wikipedia pages, process all pages
           and determine the frequency of each word.
        2. Start from /usr/share/dict/brazilian and filter out:
             - words not matching /^[a-z]+$/,
             - words shorter than 4 characters, and
             - words longer than 8 characters.
        3. Remove all words that are a suffix of any other word in the list.
        4. Sort remaining words using pt Wikipedia frequencies.
        5. Take the 7776 most frequent words.
      
      No further curation was made.
      
      There are obvious drawbacks in this approach (eg: many very frequent
      words are left out because they are either too short or too long or
      contain accents or cedilla), but it was the best cost-benefit i could
      think about.
      7743ed55
  14. Dec 19, 2018
  15. Dec 12, 2018
  16. Dec 11, 2018
  17. Apr 14, 2018
  18. Apr 07, 2018
  19. Apr 06, 2018
  20. Mar 27, 2018
    • ulif's avatar
      Update history. · 6497acc7
      ulif authored
      Tell about the last trademark-related changes.
      6497acc7
  21. Mar 23, 2018
    • ulif's avatar
      Tell, that we are allowed to use "diceware". · 7523692e
      ulif authored
      We received an official permission from Arnold G Reinhold to use the
      name 'diceware' under the following conditions:
      
      1) we use Pythons `system.random` as default source of randomness
      2) we continue to provide support for real dice
      3) we do not use the name for other tools than this commandline tool
      4) we include the trademark statement commited hereby.
      
      Many thanks go to Mr. Reinhold.
      
      Fixes #48.
      7523692e
  22. Mar 13, 2018
Loading