搜索资源列表
RSA_document
- RSA算法的硬件实现,这9篇文章详细分析了RSA算法的硬件实现,有做硬件实现RSA算法的是不错的参考资料。-RSA algorithm in hardware, this nine articles detailed analysis of the RSA algorithm in hardware, do a hardware implementation of the RSA algorithm is a good reference.
DESandRSA
- DES和RSA加解密C++语言算法,希望对大家有用处!
DESandRSADocument
- 我自己认真整理的rsa和des算法流程,特别详细,相信对初学者会有帮助
polarssl
- 一个功能强大的加密算法库,包含RSA、3DES等多种加密算法-A powerful library of cryptographic algorithms, including RSA, 3DES encryption algorithms and other
ktail
- 很多情况下,我们需要对信息进行加密。特别是随着Internet的飞速发展,加密技术就显得尤为重要。 目前比较流行的编码规则称为RSA,是由美国麻省理工学院的三位教授发明的。这种编码规则是基于一种求密去模算法的:对于给出的三个正整数a,b,c,计算a的b次方除以c的余数。 你的任务是编写一个程序计算a^b mod c, 并且1≤a,b< c≤32768。-top secret