21#include <quentier/types/ErrorString.h>
22#include <quentier/types/Result.h>
23#include <quentier/utility/Linkage.h>
30namespace quentier::utility {
The IEncryptor interface provides encryption and decryption functionality which is compatible with th...
Definition IEncryptor.h:37
virtual Result< QString, ErrorString > encrypt(const QString &text, const QString &passphrase)=0
virtual Result< QString, ErrorString > decrypt(const QString &encryptedText, const QString &passphrase, Cipher cipher)=0
Cipher
Definition IEncryptor.h:44