5 #include <Poco/Crypto/CipherKey.h>
7 #include "util/Loggable.h"
15 static const std::string DEFAULT_ALGORITHM;
25 void setAlgorithm(
const std::string &name);
26 void setPassphrase(
const std::string &passphrase);
27 void setIterationCount(
const int count);
42 std::string m_algorithm;
43 std::string m_passphrase;
Definition: CryptoConfig.h:13
CryptoParams deriveParams(const std::string &salt="") const
Definition: CryptoConfig.cpp:73
Definition: CryptoParams.h:7
CryptoConfig()
Definition: CryptoConfig.cpp:21
Poco::Crypto::CipherKey createKey(const CryptoParams ¶ms) const
Definition: CryptoConfig.cpp:59
Definition: Loggable.h:19