mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05:00
parent
e76e9d42c7
commit
fb022cb5e9
@ -72,6 +72,7 @@ void PassphraseGenerator::setWordList(const QString& path)
|
||||
}
|
||||
|
||||
QTextStream in(&file);
|
||||
in.setCodec("UTF-8");
|
||||
QString line = in.readLine();
|
||||
bool isSigned = line.startsWith("-----BEGIN PGP SIGNED MESSAGE-----");
|
||||
if (isSigned) {
|
||||
|
Loading…
Reference in New Issue
Block a user