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