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
下載