Skip to content
Snippets Groups Projects
  1. Nov 16, 2015
    • ulif's avatar
      Rename default wordlist from "en_8k" to "en". · b51cadeb
      ulif authored
      Normally, it would be more concise to use the more declarative name.
      "en_8k" tells, how many terms we find in this wordlist. But as the
      wordlist names are used in the CLI and users will normally simply
      look for a wordlist in their language, it can help to keep the name
      of the "default" list for each language short.
      
      We pick the 8K lists for "default" (and not the "original" 6^5
      lists), because we assume that normally people will use diceware
      without dice. Also most other sources of randomness will most
      probably work on a 2^x basis rather than in 6^x (and therefore
      have better use for 8k lists over other ones).
      b51cadeb
  2. Nov 14, 2015
  3. Nov 13, 2015
  4. Nov 12, 2015
  5. Nov 11, 2015
  6. Nov 10, 2015
  7. Nov 09, 2015
  8. Nov 05, 2015
  9. Nov 02, 2015
  10. Aug 03, 2015
    • ulif's avatar
      Fix get_wordlist_path(). · 4a77019c
      ulif authored
      Only return path if it exists and is valid.
      4a77019c
    • ulif's avatar
      Use -w option value. · 547fb2a1
      ulif authored
      Activates the -w option. Turns out we still have to fix
      `get_wordlist_path` at it assumes that wordlists all end in
      ``.txt`` (which is not true).
      547fb2a1
  11. Aug 02, 2015
    • ulif's avatar
      Make maximum in-memory size a const. · 75562981
      ulif authored
      75562981
    • ulif's avatar
      Fix sys.stdin.seek() problem properly. · 2abe4f06
      ulif authored
      The last hotfix to make sys.stdin seek()-able was far from being
      proper. It checked only for sys.stdin (which is only one possible
      stream delivering unseekable file positions) and didn't consider that
      sys.stdin could be replaced (by somthing with proper seek
      functionality).
      
      We now test properly for working seek() functionality. If the stream
      does not support it, we copy streamdata to a new temporary file. If
      the file is not too large, we keep the file data in memory (up to 20
      MB), so in most cases runtime trade-off should be moderate.
      2abe4f06
    • ulif's avatar
      Do not test for seek, it should not be required. · 38946d7c
      ulif authored
      38946d7c
    • ulif's avatar
      Remove marker: missing test added. · 6af58e07
      ulif authored
      6af58e07
  12. Aug 01, 2015
  13. Jul 31, 2015
  14. Jul 30, 2015
Loading