资源列表
shanks
- 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
AKS
- AKS素性检验:AKS 算法从理论上成功解决了在多项式时间内进行确定性素性测定的著名难题,本程序实现AKS算法。-AKS primality test: AKS algorithm theory successfully resolved in polynomial time deterministic primality-known problem determination, the process to achieve AKS algorithm.
fastECC
- 椭圆曲线密码系统是最近十几年来获得迅速发展的一类密码系统.椭圆曲线的乘法的快速实现,是密码学中的重要内容,本程序实现椭圆曲线的快速乘法。-Elliptic Curve Cryptography is the last ten years to get the rapid development of a class of cryptosystems. Rapid multiplication of elliptic curves to achieve, is an important part
factor
- 分解大数质因子的Shor算法的提出,对RSA公钥密码体系构成了很大的威胁,本程序实现2种算法的大数因子分解。-Decomposition of large number of quality factors in Shor algorithm proposed, on the RSA public key cryptography system constitutes a great threat, the program achieved two kinds of algorithm for
vc
- 流密码测c语言程序,可实现加密解密功能,有界面-very good
float2bin
- (0,1)小数转化为二进制,对混沌加密有帮助-(0,1) decimal into binary, of the chaotic encryption help
Caesar
- C语言编写的简单移动的凯撒加密算法,可以作为一个基础源码,再行修改构成更高级的算法。-C language simple moving Caesar encryption algorithm can be used as a basis for the source, further modify the composition more advanced algorithms.
rsa
- C语言编写的RSA加密算法,作为参考的代码资料,希望能给有需要的人一些帮助。-C language of the RSA encryption algorithm, the code data as a reference, I hope to give those who need some help.
CBC
- 用C语言编写的CBC加密算法,十分清晰简洁,适合初学者学习尝试。-Written in C language with CBC encryption algorithm, is very clear and concise, suitable for beginners trying to learn.
RSAEncryption
- 用C++编写的RSA加密算法,已通过编译,可以正常使用。-Written in C++, RSA encryption algorithm has been compile, you can normally use.
manuscript
- of impulses are studied: the impulses are input disturbances the impulses are ``neutral type, that is, they are neither helpful for stability of neural networks nor destabilizing and the impulses are stabilizing. For each type of impulses, b
Edc_Alg
- 美国标准加密算法,施行轮训加密,一兆大小的文件加密需要1秒-good
