ZFFramework
 
Loading...
Searching...
No Matches
ZFEncrypt.h File Reference

encrypt util More...

#include "ZFAlgorithmDef.h"

Go to the source code of this file.

Functions

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
 

Detailed Description

encrypt util

Function Documentation

◆ ZFEncrypt()

ZFLIB_ZFAlgorithm zfbool ZFEncrypt ( const ZFOutput & output,
const ZFInput & input,
const zfstring & encryptKey )
extern

encrypt util, result value is ensured to have printable chars only

which encrypt algorithm would be used, is depends on ZFEncrypt protocol