mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
remove short wordlists
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user