ZFPathInfo impl as encrypted file More...
#include "ZFEncrypt.h"
Go to the source code of this file.
Functions | |
const zfstring & | ZFPathType_encrypt () |
see ZFPathInfo | |
ZFLIB_ZFAlgorithm ZFInput | ZFInputForEncrypt (const ZFPathInfo &refPathInfo, const zfchar *encryptKey, ZFFileOpenOptionFlags flags=(v_ZFFileOpenOption::e_Read)) |
util to create a file input callback | |
ZFLIB_ZFAlgorithm ZFOutput | ZFOutputForEncrypt (const ZFPathInfo &refPathInfo, const zfchar *encryptKey, ZFFileOpenOptionFlags flags=(v_ZFFileOpenOption::e_Create)) |
util to create a encrypt file output callback | |
ZFPathInfo impl as encrypted file
|
inline |
see ZFPathInfo
pathData is "encryptKey|refPathInfo"
the refPathInfo is a chained ZFPathInfo, a typical case:
see ZFPathInfoChainDecode for more info
|
extern |
util to create a file input callback
param:
|
extern |
util to create a encrypt file output callback
param: