1. 05 Jan, 2021 1 commit
  2. 04 Jan, 2021 3 commits
  3. 03 Jan, 2021 1 commit
  4. 02 Jan, 2021 3 commits
  5. 01 Jan, 2021 2 commits
  6. 31 Dec, 2020 1 commit
  7. 30 Dec, 2020 1 commit
  8. 27 Dec, 2020 1 commit
  9. 16 Dec, 2020 1 commit
    • Roman Perepelitsa's avatar
      fix(genpass): improve performance and usability and fix bugs (#9520) · b28665ae
      Roman Perepelitsa authored
      *Bugs*
      
      The following bugs have been fixed:
      
      - All generators ignored errors from external commands. For example,
        if `/usr/share/dict/words` was unreadable, `genpass-xkcd` would
        print "0-" as a password and return success.
      - All generators silently ignored the argument if it wasn't a number.
        For example, `genpass-apple -2` was generating one password and
        not printing any errors.
      - All generators silently ignored extra arguments. For example,
        `genpass-apple -n 2` was generating one password and not printing
        any errors.
      - `genpass-xkcd` was generating passwords with less than 128 bits of
        security margin in contradiction to documentation. The smaller the
        dictionary size, the weaker the passwords it was generating. For a
        dictionary with 27 words, `genpass-xkcd` was generating passwords
        with 93 bits of security margin (`log2(27!)`).
      - The source of random data used by `genpass-xkcd` was not
        cryptograph...
      b28665ae
  10. 14 Dec, 2020 3 commits
  11. 13 Dec, 2020 2 commits
  12. 12 Dec, 2020 1 commit
  13. 11 Dec, 2020 1 commit
  14. 10 Dec, 2020 1 commit
  15. 09 Dec, 2020 3 commits
  16. 08 Dec, 2020 1 commit
  17. 07 Dec, 2020 2 commits
  18. 05 Dec, 2020 1 commit
  19. 03 Dec, 2020 1 commit
  20. 26 Nov, 2020 1 commit
  21. 25 Nov, 2020 1 commit
  22. 22 Nov, 2020 1 commit
  23. 20 Nov, 2020 2 commits
  24. 19 Nov, 2020 2 commits
  25. 12 Nov, 2020 2 commits
  26. 11 Nov, 2020 1 commit