mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-01 19:47:39 +03:00
parent
e76e9d42c7
commit
fb022cb5e9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue