remove short wordlists

This commit is contained in:
thez3ro 2017-03-17 00:12:55 +01:00
parent 0ba19cce4d
commit 044feea23a
No known key found for this signature in database
GPG Key ID: F628F9E41DD7C073
3 changed files with 1 additions and 2593 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -63,7 +63,7 @@ void PassphraseGenerator::setWordlist(QString path)
m_wordlist.append(in.readLine());
}
if (m_wordlist.size() < 1000) {
if (m_wordlist.size() < 4000) {
qWarning("Wordlist too short!");
return;
}