搜索资源列表
加密解密_RSA_DES_MD5==
- C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习!-C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning!
RSA算法小实例
- 某位朋友\"用C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习\"-certain friends "with C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning"
dss.rar
- 真正完整独立运行的数字签名和密钥交换C源代码,并有教学用的课件(PDF文件), 可以到http://zhou63.ahut.edu.cn/更新。 ,Truly complete stand-alone digital signature and key exchange C source code, as well as teaching courseware (PDF file), you can update them on http://zhou63.ahut.edu.cn/.
Cryptology
- 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
aes128
- aes128M加密算法,是c程序的,供大家分享交流-aes128M encryption algorithm, is the c program for people to share exchange
QQ_password
- QQ加密原理及其解密。大家学习一下,共同交流-QQ encryption and decryption principle. U.S. to learn about common exchange
c_rc4
- c#编写的rc4算法,,测试能用 希望大家相互交流学习-c# prepared RC4 algorithm, testing can hope that mutual exchange of learning
my_ecc
- ECC曲线集的源代码,C++编写的,可供大家交流-ECC curves set the source code, C++ Prepared for our exchange
17
- 数据加密程序。数据是四位整数,传递过程需要加密,规则如下:每位数字都加上5,然后用和除以10的余数代替该字,再将第一位和第四位的交换,第二位跟第三位交换,用C语言完成。-Data encryption programs. The data is four integers, transmission process requires encryption, the rules are as follows: Each figures with five, and then divided by
RSA-Cryptology
- RSA Cryptology using C# asymmetric cryptology used for key exchange generally
DES--C
- DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算-DES uses a 56 key , as well as 8 additional parity bit , resu
Emy_ecccC
- ECC曲线集的源代码,C++编编写的,可供大家交流可直接使用。 -ECC Curve set of source code, C++ compiled and available for the exchange can be used directly.
Diffie_HEllman_Client_SERVER
- Diffie hellman key exchange source code in C language for client server application
DES加密与解密
- des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
