Hill加密算法的基本思想是将l个明文字母通过线性变换将它们转换为k个密文字母。脱密只要做一次逆变换就可以了。密钥就是变换矩阵本身。即 M=m1m2……ml Ek(M)=c1c2……cl 其中 c1=k11m1+k12m2+……+k1lml c2=k21m1+k22m2+……+k2lml …… cl=kl1m1+kl2m2+……+kllml 通常对于字母加解密,使用mod 26的方法。 以上线性方程可以采用矩阵表示。
上传时间: 2016-07-15
上传用户:Divine
RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程
上传时间: 2016-07-16
上传用户:hullow
替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM编程实现替代加密。
标签: 加密
上传时间: 2016-07-17
上传用户:qq521
Logistc混合m-序列加密,用Netbeans打开工程文件即可运行。
上传时间: 2016-07-17
上传用户:CHINA526
Gardner 同步算法仿真。此m文件把Gardner算法的信号生成到发送,接收及同步一并给出。
上传时间: 2013-12-27
上传用户:hj_18
DFIG m 风机开发的一个远代码
上传时间: 2016-07-19
上传用户:caixiaoxu26
动态矩阵预测控制m语言程序,使用平台matlab。内有注解便于修改
上传时间: 2014-01-12
上传用户:waizhang
* acousticfeatures.m: Matlab script to generate training and testing files from event timeseries. * afm_mlpatterngen.m: Matlab script to extract feature information from acoustic event timeseries. * extractevents.m: Matlab script to extract event timeseries using the complete run timeseries and the ground truth/label information. * extractfeatures.m: Matlab script to extract feature information from all acoustic and seismic event timeseries for a given run and set of nodes. * sfm_mlpatterngen.m: Matlab script to extract feature information from esmic event timeseries. * ml_train1.m: Matlab script implementation of the Maximum Likelihood Training Module. ?ml_test1.m: Matlab script implementation of the Maximum Likelihood Testing Module. ?knn.m: Matlab script implementation of the k-Nearest Neighbor Classifier Module.
标签: acousticfeatures timeseries generate training
上传时间: 2013-12-26
上传用户:牛布牛
内含Newtonback.m,Newtonforward.m文件,牛顿插值法,向前向后插值。
标签: Newtonback
上传时间: 2014-01-05
上传用户:refent
blackfin VisualDSP++ 下的音频32点IDCT变换汇编代码,可用于mp3解码器算法在bf53x系列环境下的优化。
标签: VisualDSP blackfin IDCT 音频
上传时间: 2013-12-30
上传用户:shinesyh