古詩詞大全網 - 個性簽名 - C語言程序設計文件加密解密

C語言程序設計文件加密解密

3.126 icePub_encryptFile

l 函數原型:

int WINAPI icePub_encryptFile(char *strFilename, char *strOutputFilename, char *strKey)

輸入:strFilename 待加密文件名

strOutputFilename 加密後文件名

strKey 密鑰,任意長度

輸出:

返回碼:

cePub_decryptFile

l 函數原型:

int WINAPI icePub_decryptFile(char *strFilename, char *strOutputFilename, char *strKey)

輸入:strFilename 加密文件名

strOutputFilename 解密後文件名

strKey 密鑰,任意長度

輸出:

返回碼:

/dev.php?f=icePubDll.rar

下載