资源列表
playfair
- 基于C语言编程环境下的一个能够简单执行playfair的加密算法。
encrypt
- 用RSA公匙加密,该密文可以被JAVA用RSA密匙解密。-test to encrypt plain text by RSA key, please be noted to reverse the byte array after encrypt, or otherwise the cipher can not be decrypt by java.
RSAcomplicated
- RSA算法的C++实现。RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。-RSA Algorithm C++
MD5
- MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。 将数据(如汉字)运算为另一固定长度值是杂凑算法的基础原理,MD5的前身有MD2、MD3和MD4。-MD5 or Message-Digest Algorithm 5 (Information- Digest Algorithm 5), used to ensure a complete a
LFSRCipher.java
- LFSRCipher 经典的LFSRCipher加密解密算法源代码 JAVA编写-LFSRCipher classic LFSRCipher encryption and decryption algorithm source code for Java prepared
pojieexcel
- 破解excel宏密码 密码保护,需要一两分钟的时间-To crack excel macro password
ftpbrute
- 猜测ftp工具源代码,包括自动生成字符集合-Guess ftp tool source code, including automatically generated set of characters
TURNER82794402
- 这里的源码TURNER82794402是一个不错的源码,同学们可以学习下载-The source TURNER82794402 here is a good source, the students can learn to download
ECDSA
- ECDSA签名是美国联邦的标准,此加密算法利用签名保存公钥和私钥,代码很简单! -ECDSA signature is a federal standard, the encryption algorithm uses the stored public key and private key signature, the code is very simple
md5
- 用c++实现 md5 算法,程序简单,易读易懂。-Realized by md5 algorithm c++, the program is simple and easy to read to understand.
ecc_encrypt_key
- 椭圆曲线的加密密钥算法实现。包括密钥长度的设定等。-The encryption key elliptic curve algorithm. Including settings such as key length.
MACCodertest
- java实现mac加密各种算法,有des和HmacSHA1还有MD5-mac encryption various algorithms, des and HmacSHA1 of there MD5
