6#ifndef _ZFI_ZFEncrypt_h_
7#define _ZFI_ZFEncrypt_h_
global header for ZFAlgorithm module
#define ZFLIB_ZFAlgorithm
used to export symbols
Definition ZFAlgorithmDef.h:14
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
ZFLIB_ZFAlgorithm zfbool ZFEncrypt(const ZFOutput &output, const ZFInput &input, const zfstring &encryptKey)
encrypt util, result value is ensured to have printable chars only
ZFLIB_ZFAlgorithm zfbool ZFDecrypt(const ZFOutput &output, const ZFInput &input, const zfstring &encryptKey)
see ZFEncrypt
#define ZFMP_IN_OUT(ParamType, paramName)
see ZFMP_IN
Definition ZFMethod.h:117
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_3(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:910
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
general output callback
Definition ZFIOCallback_output.h:37