搜索资源列表
jiamizuoye
- 教你如何比较方便地求解一个大数除另外一个整数的余数。-teach you how to solve a convenient addition to a lump sum for another round of the remainder.
rsa
- 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
rsajiamiyunli
- 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
BignumberAndRSA
- 大数实现的代码,使用了DWORD,在c++下实现,为RSA算法做准备,欢迎指出不足-Lump sum for the implementation of the code, the use of the DWORD, at c++ under implementation, preparation for the RSA algorithm to do are welcome to point out that less than
MSEandMADandSAD
- MSE mean square error SAE sum absolute error MAE mean absolute error
decodeLogDomainSimple
- variation in the min sum ldpc decoder in matlab
MD5_FastCollision_v1.0.0.5_src
- 快速MD5碰撞生成器,王小云改进版。这个生成器根据“构造前缀碰撞法”可以生成两个不同的文件,而这两文件的md5 sum却是一样的。 MD5 Collision Generator(win32 .exe) MD5 Collision Generator(source) -Fast MD5 collision generator, Xiaoyun Wang, improved version. The generator according to "construct the pr
crc32
- MinGw 写的计算文件 crc32 效验和-write in MinGw CRC check sum
MD5ChecksumTestDlg
- MD5检验代码,适合MFC使用资料的详细功能、 -MD5 SUM ,PLEASE DOWNLOAD IT AND USE IT
Fusion_old
- A novel higher order singular value decomposition (HOSVD)- based image fusion algorithm is proposed. The key points are given as follows: 1) Since image fusion depends on local information of source images, the proposed algorithm picks out info
CheckTest
- 对各种数据计算校验码,包括CRC SHA1/256等-Check Sum
BM_youhua
- 算法代码,总结经验,供大家参考,互相学习-Algorithm code, sum up experience, for your reference, learn from each other
BigAdd
- RSA公钥加密算法的大数相加C代码,可进行任意位数的两个数相加。-RSA public key encryption algorithm adding large numbers of C code, the sum of two numbers can be arbitrary digit.
MD5Sample
- MD5 Digest Sample, it give a java code example to do a check sum for a byte array.