搜索资源列表
Sor3.zip
- 转载:TripleDes算法实现提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。有任何问题可以发mail给我。我的mail是:name_caesar@msn.com
3des源代码
- 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
TestEnDeYC
- 一个aes的加密解密的简单的演示工程,现在还只能在debug模式下运行,release模式正在调试。-an encryption and decryption of the simple demonstration project is still only in debug mode, and release mode debugging.
CFBlxp
- 加密作业,des分组模式中的CFB模式,根据《密码编码学和网络安全》一书-encryption operations, a mode des CFB mode, "Cryptography learn and network security," a book
DES_Test
- des 加密解密算法,两种模式 用VC++实现-des encryption and decryption algorithms, the two models with VC
des&aes
- aes加密与des加密(包括三重des加密与cbc工作模式)
des3_ECBandCBC
- 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
DESandCBC
- DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
3DESjiamichengxu
- 这是一个三重des的加密程序,可以加密一般的文本文件和图象文件,其中还有四种模式的加密程序,可以再vc下实现 -This is a triple des encryption procedures, encryption general text files and image files, Among them were four model encryption procedures can be achieved under vc
DES_BMP
- 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
LZ77conbined_with_KMP_algorithm
- LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
3DES_Encryption
- 3DES算法是增强型的DES算法,使用128位密钥长度, CBC模式使用反馈机制的分组密码使用模式.-3DES algorithm is enhanced by DES algorithm, the use of 128-bit key length, CBC mode of use of a feedback mechanism password usage patterns.
rc5-72cbc
- rc5-72在cbc模式下的加密和解密程序,可以直接运行得到结果-rc5-72 in cbc mode encryption and decryption procedures, can be directly operating results
aes_modes_source
- 加密认证联合模式的源代码,加密认证的加密算法均采用AES加密。包含了EAX GCM CCM三种联合加密认证的算法资源文件。
aes_modes_vs2005
- 加密认证联合模式的VS2005工程文件,加密认证的加密算法均采用AES加密。包含了EAX GCM CCM三种联合加密认证的算法工程文件,在VS2005中直接编译生成gentest可执行文件用于测试三种模式。
des
- 在vc++上实现的des算法。并且能对任何文件进行加密,加密模式是ECB来加密的。
CFB
- 程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。
VC知识库文章 - C-S模式考试程序制作详解
- VC知识库文章 - C-S模式考试程序制作详解-VC-C-S model produced Elaborates on examination procedures
descbc工程
- des算法cbc模式。比较详细简单。有注释。(CBC mode of Des algorithm. Detailed, simple and annotated.)