mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-11 15:29:51 -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());
|
||||
}
|
||||
|
||||
if (m_wordlist.size() < 1000) {
|
||||
if (m_wordlist.size() < 4000) {
|
||||
qWarning("Wordlist too short!");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user