19 #include "fastdeploy/utils/utils.h" 21 #ifndef PADDLE_MODEL_PROTECT_API_PADDLE_MODEL_ENCRYPT_H 22 #define PADDLE_MODEL_PROTECT_API_PADDLE_MODEL_ENCRYPT_H 42 std::istream& in_stream,
43 std::ostream& out_stream);
51 FASTDEPLOY_DECL std::vector<std::string>
Encrypt(
const std::string& input,
58 #endif // PADDLE_MODEL_PROTECT_API_PADDLE_MODEL_ENCRYPT_H FASTDEPLOY_DECL int EncryptStream(const std::string &keydata, std::istream &in_stream, std::ostream &out_stream)
encrypt a std::istream with key
FASTDEPLOY_DECL std::vector< std::string > Encrypt(const std::string &input, const std::string &key=GenerateRandomKey())
encrypt a string with key
Definition: encrypt.cc:90
FASTDEPLOY_DECL std::string GenerateRandomKey()
generate a random key(base64-32bytes) for an encrypted model
Definition: encrypt.cc:32
All C++ FastDeploy APIs are defined inside this namespace.
Definition: option.h:16