搜索资源列表
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
rc5
- RC5加密解密算法-RC5 encryption and decryption algorithm
rc5使用VC++6实现
- 这是RC5算法的实现-This is the realization of RC5 Algorithm
rc5.asm
- RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家.
rc5
- rc5加密算法//此程序为RC5加密算法的实现--参数32/12/16
rc5-cpp
- 根据rc5的c算法修改,获得了本算法的的c++实现。
rc5test
- RC5算法的C++实现-RC5 algorithm to achieve C
rc5ref
- rc5 算法实例子,有利于理解rc5算法
test
- 基于armlpc2131实现rc5算法,并得到验证
rc5
- 一个简单实现RC5加密算法的例子!仅供参考!
RC5
- 流密码算法,可用于文件加密和实时通信 ,设计者是著名的密码学家Rivest.该算法效率远高于一般分组密码,并且很适合用于随机数生成
rc.zip
- 含有rc2、rc4、rc5、rc6算法的rc算法集合, Includes rc2, rc4, rc5, rc6 the algorithm rc algorithm gathers
RC5_C
- 用纯C语言实现的RC5加密算法与解密算法,希望对朋友所帮助。-RC5
RC5
- RC5算法的实现源代码,包含 RC5_C程序.doc rc5.exe-RC5 algorithm source code, including RC5_C procedures. Docrc5.exe
lmhRC5
- RC5加密解密算法,64位明文密文信息,128位密钥-RC5 encryption algorithm, ciphertext 64 expressly information, 128-bit key
rc5.
- 这是RC5算法的ASM实现,效率很高,可以直接用到工程中去-This is the RC5 algorithm ASM realization of very efficient and can be used directly on projects to
rc5
- RC5加解密算法的C#实现,运行环境:Win XP;.NET-RC5 encryption algorithm in C# implementation, operating environment: Win XP . NET
CR5C
- RC5算法的实现,它可以实现数据的加密和解密-RC5 algorithm, it can encrypt and decrypt data
CRC6
- RC6算法的实现。它是RC5算法的改进。它有很好的保密性-RC6 algorithm. It is the RC5 algorithm improvements. It has a good privacy
RC5-Encryption-and-Decryption
- C#写的RC5加密和解密算法,可以加密解密文件。-RC5 encryption and decryption algorithm written by C#, you can encrypt and decrypt files.