mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 03:26:14 -04:00
remove short wordlists
This commit is contained in:
parent
0ba19cce4d
commit
044feea23a
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
|
@ -63,7 +63,7 @@ void PassphraseGenerator::setWordlist(QString path)
|
||||||
m_wordlist.append(in.readLine());
|
m_wordlist.append(in.readLine());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_wordlist.size() < 1000) {
|
if (m_wordlist.size() < 4000) {
|
||||||
qWarning("Wordlist too short!");
|
qWarning("Wordlist too short!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue