搜索资源列表
智能卡研发技术与工程实践
- 智能卡研发技术与工程实践 --------------------文件内容说明------------------------- Calg_SHA1.h : SHA1算法头文件 Calg_SHA1.CPP : SHA1算法代码文件 MD5.h : MD5算法头文件 MD5.CPP : MD5算法代码文件 Calg_DES.H : DES算法头文件 Calg_DES.CPP : DES算法代码文件-smart card technology research and engineering p
Md5Code
- MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document containing a summary of two function
cfileIO
- C(C++)语言下文件输入输出函数的一些局限性 ──读《DES数据加密算法原理、实现》的一些心得 程序名称:fileop.cpp 运行环境:win98/dos tc++3-c and c++ file io
des
- des加密实现起来,十分复杂。这里将整个加密和解密放到一个cpp文件里面使用简单-des加密
encryption
- c语言编写的des加密源码,代码大概有100行左右,具体算法请参考源码,编译环境为vc6.0.如果打开工程失败请自行建立一个空的控制台程序,然后添加两个cpp文件与一个.h文件即可。-c language des encryption source code there are about 100 lines or so, please refer to the specific algorithm source code, the compiler environment vc6.0. If
VC-registry-monitoring-source
- c语言编写的des加密源码,代码大概有100行左右,具体算法请参考源码,编译环境为vc6.0.如果打开工程失败请自行建立一个空的控制台程序,然后添加两个cpp文件与一个.h文件即可。-c language des encryption source code there are about 100 lines or so, please refer to the specific algorithm source code, the compiler environment vc6.0. If
3DES-CPP
- 3des加密解密,des加密解密该算法通过编译,可以直接使用。-3DES encryption and decryption algorithms.
CPP---DES
- 详解DES加密解密原理,附用C++实现源码-Detailed DES encryption and decryption principle, attached with a C++ implementation source code
Rsa
- 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(Encrypted Chat Tool Bas
