mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-25 22:16:01 -05:00
remove short wordlists
This commit is contained in:
parent
0ba19cce4d
commit
044feea23a
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…
x
Reference in New Issue
Block a user