搜索资源列表
Calculate1
- 密码学算法的实现,包括得到大随机数,CFB、ECB、lehmann算法的实现。-cryptography algorithm implementation, including access to large random number, CFB, and the ECB, LEHMANN algorithm implementation.
base64decoder
- Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL
DesDifferentialAttack
- 实现《密码学导引》一书中DES算法差分攻击。输出J1-J8及密钥Key。默认是3轮DES,可任意设定轮数,修改Round的值即可。
DesLinear_Sboxlinear
- 实现《密码学导引》中,DES算法线性分析中Sbox的线性分析分布表,默认输出S5的,可自由修改,能输出全部S1-S8的。
Gcd_EuclideanExtendedEuclidean
- 实现《现代密码学理论与实践》中,求最大公约数的Euclidean算法和extended Euclidean算法。程序不大,但希望给像我这样的入门者提供一些方便。
TEA
- TEA算法的简单实现,适合密码学学习使用!
密码学算法-程序实现
- 内有AES IDEA DES RSA BM算法。可以直接执行附有源代码。-within AES IDEA BM DES RSA algorithm. Can directly with the implementation of the source code.
二进制平方和乘方的幂模算法
- 二进制平方和乘方的幂模算法,是密码学中的重要问题.这里提供他的简单算法.-binary square and involution of Power Modules algorithms, cryptography is the most important issue. Here he provides a simple algorithm.
sm2java
- 椭圆曲线加密算法的java语言的实现,适合密码学初学者-Java elliptic curve encryption algorithm implementation language, suitable for beginners cryptography
Applied-CryptographyProtocols
- 应用密码学:协议、算法与C源程序+源代码,安全方向经典书籍-Applied Cryptography:Protocols,Algorithms,and Source Code in