搜索资源列表
MC_Crypt
- 一套非常好用的软件加密库,提供AES、DES、MD5、SHA、RSA等多种加密方式,可以在VC、VB、DELPHI等开发平台下使用,并附有各开发工具下的样例程序。 -A very easy to use software encryption libraries, AES, DES, MD5, SHA, RSA and other encryption methods can be used in VC, VB, DELPHI, and other development platforms
Summary-of-the-encryption-algorithm
- 对各种加密算法的总结,简单易懂,例如:rsa,des,md5,sha1等等算法-To all sorts of encryption algorithm summary, easy to understand, for example, rsa, des, md5, sha1 algorithm and so on
rsa
- 简单方便的RSA的c语言实现,不使用库函数,适用于实验报告提交-a easy way of rsa
RSA
- 用JAVA实现RSA算法,实现简单易懂,适用于初学者-JAVA realization of RSA algorithm to achieve a simple and easy to understand for beginners
rsa
- RSA加密和解密程序!非常好用,值得参考!-RSA encryption and decryption process! Very easy to use, it is also useful!
RSA
- RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥-RSA algorithm is based on a very simple fact of number theory: multiplying two large prime numbers is very easy, but then want their factoring product is extremely difficult, so the
rsa
- RSA algorith implemented in C. Very easy and perfect.