- Jul 31, 2015
-
-
ulif authored
We want to have such functionality be aggregated in a class.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
For wordlists we require a certain filename format. This is described by a regular expression we introduce hereby.
-
ulif authored
This function provides pure WordList functionality and should be part of this class therefore.
-
ulif authored
We do not need `basestring` (or some Py3 equivalent) to check for strings.
-
- Jul 30, 2015
- Jul 29, 2015
- Jul 28, 2015
- Jul 27, 2015
- Jul 26, 2015
-
-
ulif authored
Create a single place where lines of wordlists can be refined, regardless of their mode (crypt-signed or not).
-
- 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
and do not strip() if done already.
-
ulif authored
We need this regular expression to strip entries in wordlists like the original 7776-terms wordlist from diceware.com.
-
- Jul 23, 2015
- Jul 22, 2015
- Jul 17, 2015
- Jul 02, 2015
-
-
ulif authored
There is no need for us to enforce lowercase wordlist names. It could even confuse people.
-
ulif authored
We will certainly provide other english lists as well. Therefore we need something for distinction.
-
ulif authored
Also this method now handles names instead of language codes.
-
ulif authored
We will drop the assumption that wordlists are generally organized by language. There are, for instance, many different language lists available in english for many different purposes. Therefore we will support different names for different wordlists, but the names do not neccessary depend on a language (only).
-
- Jun 27, 2015
-
-
ulif authored
-