搜索资源列表
RC6.zip
- RC6加解密算法
AES候选算法RC6未优化
- 加解码算法,用c语言编程 ,AES候选算法RC6未优化-increase decoding algorithm, using c programming language, the candidate AES algorithm optimization not RC6
rc6优化算法
- RC6优化算法,是一个优化的加密算法,是AES候选算法之一-RC6 algorithm optimization, optimization is an encryption algorithm, AES is a candidate for one
RC6.00
- 网络通信安全与数据加密 RC6算法的实现-network security and data encryption algorithm implementation RC6
rc6
- 用c语言实现rc6加密及解密算法 RC6是参数变量的分组算法,实际上是由三个参数确定的一个加密算法族。由三部分组成,分别为混合密钥生成过程、加密过程和解密过程。
RC6
- RC6算法属公用密码体系中密码算法。RC6 与RC5 是非常相似在结构里, 使用数据依赖自转, 加法和 XOR 操作 实际上, RC6 能被观看作为交织二个平行的RC5 编成密码过程。本文档包括了MOVE平台上的c源代码和vc++环境下的整个工程文件。
RC6
- 这是RC6的实现代码,推荐大家下载!仅供参考,有误请指正!
rc6
- 关于rc6的一些算法,只是些代码,望大家指点指点
rc6
- rc6
rc.zip
- 含有rc2、rc4、rc5、rc6算法的rc算法集合, Includes rc2, rc4, rc5, rc6 the algorithm rc algorithm gathers
RC6
- 用c语言编写的rc6加密算法,可自己修改指定长度的密钥、明文,以得到相应的密文-With c language rc6 encryption algorithm can specify the length of their key amendments to expressly in order to obtain the corresponding ciphertext
RC6
- RC6加密解密算法C#实现源码!该算法完善了《朱明海--维普资讯网--对称加解密算法RC6的C#实现》未完善的源码,以供大家学习!详细解释请查看:http://blog.csdn.net/ExcelWord/archive/2010/11/29/6041864.aspx -RC6 encryption and decryption algorithms to achieve C# source code! The algorithm improved, " Zhu Minghai-
class
- RC5/RC6 Base加密/解密源码 -RC5/RC6 Base encryption/decipher source code
RC6
- RC6加解密算法-RC6 encryption algorithm
rc6
- RC6 encryption algorithm implementation
rc6
- rc6加密解密-rc6 encryption and decryption
RC6-2
- RC6 that is made on Microsoft Visual C++ for encryption and decryption of text file.
rc6.class
- 重新整理RC6的编程代码,写成PHP。解决了PHP的逻辑右移问题和float范围引起的大数相乘问题。 (请删除)留给站长:网上都没PHP这个问题的资料(没人说到PHP逻辑右移,也没人去解决float的这个问题),我也花了好长时间,还笔算了好多数字。这个可是超好的源码~不信自己找。算多几个咯~-RC6 written in PHP. It solves the problem of issue "shift right" and "it out of float is 0".
RC6-block-cipher-using-VHDL
- VHDL implementation of RC6 encryption algorithm Test file represent applying all zero input and all zero key note that result is correct but bytes positions are swapped
RC6
- RC的标准C语言源码,可以方便移植到其他平台上。(RC6 algorithm source code)