搜索资源列表
VCRSA
- 用RSA算法加解密8位16进制数,在功能设计方面与南京东大移动互联技术有限公司的数字基带仿真实验软件基本相同,如素数的选择,加密指数的获取范围都是可以自定义的。在加密过程中,十六进制转化为二进制并进行适当的分组。由于在设计的当时时间较为紧迫,解码过程未能实现十六进制的还原。
s-des-and-rsa
- RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模
RSfenxingformatlab
- RS分形算法matlab代码实现,既利用RS方法计算时间序列的分形hurst指数
classic
- 古典密码 可选择进行维吉尼亚加解密、希尔加解密、行置换的乘积加解密、仿射加解密 并可选择下列统计计算: 1.不同n值下维吉尼亚密码体制的频率统计 2.不同n值下维吉尼亚密码体制的重合指数计算 3.不同n n值下希尔密码体制的频率统计 4.不同n n值下希尔密码体制的重合指数计算 5.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的频率统计 6.不同(m,n,t)下维吉尼亚和行置换的乘积密码体制的重合指数计算 7.对于同一明文,给
rsa_small_num
- 本程序主要功能: 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。-Main function of this procedure: 1, construct an RSA key programming 2, programming algorithm for fast index 3, write a program generating large prime numbers 4, to achieve
virginia
- virginia密码加密解密,随机产生密钥进行加密。并分别统计了明文和密文中字幕出现的频率,分别对明文和密文进行了重合指数的计算。 运行时,需要把装有明文的in.txt放在程序的同一目录下,并且明文不支持符号,数字,只支持字母-virginia password encryption and decryption, randomly generated keys for encryption. And, respectively, the statistics clearly and sub
LyapunovMatlabs
- 使用Matlab计算Lyapunov 指数 小数据量法-Matlab Lyapunov
paiduilun
- M/M/m/(∞,∞)延迟系统,两个优先级,称为高级和低级,用户到达流是possion流,且相互独立,速率分别是λ1和λ2,服务时间为参数为μ1和μ2的负指数分布,相互独立。-With a priority level and interrupt the mechanisms of Queuing Theory Simulation
sdes1
- 编程实现S-DES算法的加密与解密过程,采用加法链求大数的指数及模-RSA-Programming Algorithm S-DES encryption and decryption process, using Addition Chains seek large numbers of the index and model-RSA
MODP
- 模指数的运算是加密算法当中十分重要的一部分-Die index operation is among the very important part of the encryption algorithm
RSA
- 实现RSA密码体制实验 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。 -Achieve the RSA cryptosystem- an experiment
RSA-yuan
- rsa可实现的源程序1 编写程序构造一RSA密钥;编写程序实现快速指数算法;编写程序生成大素数;实现RSA密码体制。-rsa source code enables a programming construct an RSA key write a program for rapid index algorithm write programs generate large prime numbers to achieve RSA cryptosystem.
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)采用概率算
light.sh
- 使用SHELL实现泊松分布,指数分布。对于模拟网路流量和拥塞阻塞分析特别有用处。实现用户数据泊松到达,数据包大小指数分布。-SHELL achieved using the Poisson distribution, exponential distribution. For the simulation analysis of network traffic and congestion congestion particularly useful. Poisson arrival achie
Modular_Exp.cpp
- mod同余方程的指数运算解有关x^e=bmod(n)型的指数同余运算-Solve the exp problem of modular
euler-deconvolution
- 针对处理重磁数据的欧拉反褶积程序,根据输入构造指数的不同来获得地下地质体的不同反演参数。-Gravity and magnetic data for the treatment of Euler deconvolution procedure, based on the input structure to get the index of different different inversion underground geological parameters.
exponentiation-algorithm
- 快速取模指数算法,C++编写,下载即可编译运行,RSA算法里面需要用到的-Take the fast modular exponentiation algorithm, C++ to prepare, you can compile and run the download, the RSA algorithm which need
BigNum
- 大数运算类(支持大数的加减乘除和赋值运算) * 1. 实现原理: * * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程
liqingdu
- 李雅普诺夫指数在霍夫分岔及神经网络中作为判据的使用-Lyapunov index as a criterion in the hoff bifurcation and neural network
Encryption_Algorithm
- 某教科书上关于RSA加密算法和指数加密算法的讲解, 算是很通俗易懂了-A textbook on the RSA encryption algorithm and index encryption algorithm to explain, Considered a very user-friendly