19 #include "fastdeploy/utils/utils.h" 21 #ifndef PADDLE_MODEL_PROTECT_API_PADDLE_MODEL_DECRYPT_H 22 #define PADDLE_MODEL_PROTECT_API_PADDLE_MODEL_DECRYPT_H 43 FASTDEPLOY_DECL
int DecryptStream(std::istream& cipher_stream,
44 std::ostream& plain_stream,
45 const std::string& key_base64);
54 FASTDEPLOY_DECL std::string
Decrypt(
const std::string& cipher,
55 const std::string& key);
60 #endif // PADDLE_MODEL_PROTECT_API_PADDLE_MODEL_DECRYPT_H FASTDEPLOY_DECL std::string Decrypt(const std::string &cipher, const std::string &key)
decrypt an encrypted string
Definition: decrypt.cc:96
FASTDEPLOY_DECL int DecryptStream(std::istream &cipher_stream, std::ostream &plain_stream, const std::string &key_base64)
decrypt an encrypted stream
Definition: decrypt.cc:40
FASTDEPLOY_DECL int CheckStreamEncrypted(std::istream &cipher_stream)
check stream is encrypted or not
Definition: decrypt.cc:36
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16