Clearer error messages for KeePassXC-Browser (#2622)

This commit is contained in:
Sami Vänttinen 2019-01-25 05:45:30 +02:00 committed by Jonathan White
parent 395a88a5ef
commit d66299260c
2 changed files with 24 additions and 24 deletions

View file

@ -72,7 +72,7 @@ private:
QString getDatabaseHash();
QString encryptMessage(const QJsonObject& message, const QString& nonce);
QJsonObject decryptMessage(const QString& message, const QString& nonce, const QString& action = QString());
QJsonObject decryptMessage(const QString& message, const QString& nonce);
QString encrypt(const QString& plaintext, const QString& nonce);
QByteArray decrypt(const QString& encrypted, const QString& nonce);