文件名称:AESDemo
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 40.69kb
- 下载次数:
- 0次
- 提 供 者:
- 曲*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。
例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar
相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068
这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件,
把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption routines for example, talk about C# source code into VC experience. Examples of code downloaded Http : / / otiana.com / vcangle / source / aesdemo.rar corresponding C# examples please refer to Http : / / www.vckbase.com/document/viewdoc/ id = c # 1068 of this type is not the first document. In vc for the convenience of users, we need a structure for his first paper, the corresponding variables and function declaration to be included.
例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar
相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068
这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件,
把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption routines for example, talk about C# source code into VC experience. Examples of code downloaded Http : / / otiana.com / vcangle / source / aesdemo.rar corresponding C# examples please refer to Http : / / www.vckbase.com/document/viewdoc/ id = c # 1068 of this type is not the first document. In vc for the convenience of users, we need a structure for his first paper, the corresponding variables and function declaration to be included.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 93317470aesdemo.zip 列表 AESDemo/ AESDemo/aes.cpp AESDemo/aes.h AESDemo/AESDemo.aps AESDemo/AESDemo.clw AESDemo/AESDemo.cpp AESDemo/AESDemo.dsp AESDemo/AESDemo.dsw AESDemo/AESDemo.h AESDemo/AESDemo.ncb AESDemo/AESDemo.opt AESDemo/AESDemo.plg AESDemo/AESDemo.rc AESDemo/AESDemoDlg.cpp AESDemo/AESDemoDlg.h AESDemo/C#代码转换为VC经验.txt AESDemo/KAES.cpp AESDemo/KAES.h AESDemo/ReadMe.txt AESDemo/Resource.h AESDemo/StdAfx.cpp AESDemo/StdAfx.h