说明:此小程序为三栏栅解密算法程序,对进行过三栏栅加密的密文通过解密后可还原成相应的明文-this small program for three fencing decryption algorithm procedures, conducted three fencing encrypted ciphertext can be declassified by reduced accordingly expressly <万艳良> 在 2008-10-13 上传
| 大小:5.42kb | 下载:0
说明:大数计算在公钥加密中起到了重要的作用,如何操作大数呢,该程序也许能帮你解决这个问题有所帮助。-calculated in the end, the public key encryption plays an important role in the operation of large numbers do, the program may be able to help you resolve this problem some <王清华> 在 2008-10-13 上传
| 大小:5.4kb | 下载:0
说明:一、RSA基本原理
对明文分组M和密文分组C,加密与解密过程如下:
C = POW (M , e) mod n
M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d)
其中POW是指数函数,mod是求余数函数。
其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为
KU={ e , n},私钥为KR={d , n}。该算法要 <烟翔> 在 2008-10-13 上传
| 大小:5.39kb | 下载:0
说明:CRC码产生器与校验器程序
Features :
Executes in one clock cycle per data word
Any polynomial from 4 to 32 bits
Any data width from 1 to 256 bits
Any initialization value
Synchronous or asynchronous reset <Alex> 在 2008-10-13 上传
| 大小:5.4kb | 下载:0