We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f58d49 commit 7b6a996Copy full SHA for 7b6a996
encrypt/EncryptData.cpp
@@ -73,7 +73,7 @@ QString DecryptString(const QString& base64EncodedPassword)
73
#ifdef _WIN32
74
QByteArray decrypted = DecryptWithWindowsDPAPI(decoded);
75
#else
76
- QByteArray decrypted = SimpleDecrypt(password.toUtf8());
+ QByteArray decrypted = SimpleDecrypt(decoded);
77
#endif
78
return QString::fromUtf8(decrypted);
79
}
0 commit comments