- 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
- Jul 21, 2015
-
-
ulif authored
-
- Jul 17, 2015
-
-
ulif authored
and bring coverage back to 100%.
-
ulif authored
-
ulif authored
-
ulif authored
The temporary wordlists dir must be a string.
-
ulif authored
With this fixture we can test different wordlist file names without touching the real wordslists dir. This is important as we cannot say what files a user stores or removes from that originial directory.
-
- Jul 12, 2015
-
-
ulif authored
-
- Jul 03, 2015
-
-
ulif authored
The README is evaluated by standard docutils when released on pypi.python.org. These do not understand most text roles (like ``:class:``) recognized by `Sphinx`. As a result the README will be displayed as raw text on PyPI which looks ugly.
-
- Jul 02, 2015
-
-
ulif authored
There is no need for us to enforce lowercase wordlist names. It could even confuse people.
-