资源列表
ElGamal
- ElGamal算法的Java实现,Elgamal是用来进行数字签名的重要算法。
md5c
- 是目前我见过的最好的DES算法程序,可以作为数据加密和认证使用。
des
- 包括des算法轮密钥生成,以及加密,解密。-des encryption and decryption algorithm
md5
- MD5的一个待调算法. MD5算法的基本结构已经有了,但是仍需高手前来调试.
AES-algorithm
- AES encryption java implementation
RSA-Matlab
- The RSA cryptosystem is the most widely-used public key cryptography algorithm in the world. It can be used to encrypt a message without the need to exchange a secret key separately. The RSA algorithm can be used for both public key encryption and di
DES
- 国际知名的DES算法,完整的源代码,各个函数正确编写
md5
- 通过实现数字签名算法(DSA),加深对数字签名算法的理解,同时学习Hash算法的实现。 1)利用C\C++语言实现DSA算法。 2)DSA中的Hash函数采用SHA算法。 -By implementing the Digital Signature Algorithm (DSA), a better understanding of the digital signature algorithm, while learning to achieve Hash algorithm. 1
md5
- md5算法,C++语言,在VC++中运行通过-md5 algorithm, C++ language, in VC++ in the running through the
Lab4_5140379034
- 哈夫曼树,压缩文件 哈 夫曼树,压缩文件 哈 夫曼树,压缩文件-using haffman tree to pile files
AES_Encrypt
- AES加密C语言程序,用于AES的加密算法的C语言实现-AES_Encrypt.cpp
MD5
- This a java code for MD5 encryption algorithm. MD5 is an algorithm which helps you in generating hash codes for securing your data. It s a kind of digital signature used in networks.