- Jul 30, 2015
-
-
ulif authored
We do not support closing file descriptors automatically with WordList. But (beside the fact that WordList instances require less memory), we support reading a wordlist several times.
-
ulif authored
-
ulif authored
Make sure WordLists handle open file descriptors correctly.
-
ulif authored
-
ulif authored
WordLists should generally fullfill all promises of get_wordlist, except closing file descriptors. The latter is not supported because we might want to read a file several times.
-
ulif authored
-
ulif authored
-
- Jul 29, 2015
- Jul 28, 2015
- Jul 27, 2015
- Jul 26, 2015
- Jul 25, 2015
-
-
ulif authored
Many wordlists have format "NNNNNN<tab>some-term". We try to detect lines of this format and will parse them to get the term (removing numbers and whitespaces).
-
ulif authored
-
ulif authored
and do not strip() if done already.
-
ulif authored
-
ulif authored
We need this regular expression to strip entries in wordlists like the original 7776-terms wordlist from diceware.com.
-
- Jul 23, 2015
-
-
ulif authored
-
ulif authored
As described in RFC 4880, dashes in wordlists might be escaped. We have to take care of this when extracting wordlists.
-
ulif authored
-
ulif authored
In signed files, words with a starting dash are treated special (they are "dash-escaped" as RFC 4880 says).
-
ulif authored
-
ulif authored
This sample wordlist contains only 2 entries but is cryptographically signed. We use it to make sure we can also handle signed wordlists.
-
ulif authored
The changed test could fail if the wordlist dir was relatively short.
-
- Jul 22, 2015
-
-
ulif authored
-