mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-15 15:00:58 -04:00
Clearer error messages for KeePassXC-Browser (#2622)
This commit is contained in:
parent
395a88a5ef
commit
d66299260c
2 changed files with 24 additions and 24 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue