文件名称:filepassword
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 22.02kb
- 下载次数:
- 0次
- 提 供 者:
- 丁**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用VC编写的文件操作类FileTool,主要有四个函数:
//加密文件,输入参数为文件名,采用了BlowFish加密算法
BOOL EncryptFile(char * pFileName)
//解密文件,输入参数为文件名
BOOL DeCryptFile(char * pFileName)
//对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法
BOOL Archieve(char * dir, char * arch)
BOOL UnArchieve(char * arch, char * dir)
希望这些资料给广大网友带来便利!
本程序为网上下载-use of the documents prepared by the VC operation FileTool category has four main functions : / / encryption, the input parameters for file names, use the BlowFish encryption algorithm BOOL EncryptFile (char * pFileName) / / declassified document and the document input parameters were BOOL DeCryptFile (char * pFileName ) / / directory to a package of documents, including subdirectories, using a compression algorithm BOOL LZARI Archieve (char * dir, char * arch) BOOL UnArchieve (char * arch, char * dir) hope that such information for the majority of netizens bring convenience! this procedure downloading
//加密文件,输入参数为文件名,采用了BlowFish加密算法
BOOL EncryptFile(char * pFileName)
//解密文件,输入参数为文件名
BOOL DeCryptFile(char * pFileName)
//对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法
BOOL Archieve(char * dir, char * arch)
BOOL UnArchieve(char * arch, char * dir)
希望这些资料给广大网友带来便利!
本程序为网上下载-use of the documents prepared by the VC operation FileTool category has four main functions : / / encryption, the input parameters for file names, use the BlowFish encryption algorithm BOOL EncryptFile (char * pFileName) / / declassified document and the document input parameters were BOOL DeCryptFile (char * pFileName ) / / directory to a package of documents, including subdirectories, using a compression algorithm BOOL LZARI Archieve (char * dir, char * arch) BOOL UnArchieve (char * arch, char * dir) hope that such information for the majority of netizens bring convenience! this procedure downloading
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 33753116filepassword.rar 列表 Archive\Archive.dsw Archive\utility.h Archive\FileTool.h Archive\BLOWFISH.H Archive\BLOWFISH.CPP Archive\utility.cpp Archive\BLOWFISH.H2 Archive\lzari.cpp Archive\lzari.h Archive\FileTool.cpp Archive\Main.cpp Archive\Archive.dsp Archive