搜索资源列表
encryption-
- 文件加密解密软件,利用Openssl开发,轻松实现文件加密解密,base64编码,大密钥自动生成等功能-File encryption and decryption software, using Openssl development, easy file encryption and decryption, base64 encoding, large key features such as automatic generation of
TEA
- 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
PlayfairCipher_codes
- Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854
key
- 通过miracl大数库生成rsa密钥,并通过diffie-hellman算法交换密钥-Miracl large numbers through the database to generate rsa key, and algorithm diffie-hellman key exchange
adaptendian-md4
- 计算机芯片不同其大小印第安序不同,一般分为大印第安序和小印第安序,如果不能自动区别,用于签名验证的hash函数结果不一样,不能验证-Indian computer chip the size of the different sequence of different, generally divided into large and small Indian Indian sequence order, if the distinction does not automatically use
adaptendian-sha1
- 计算机芯片不同其大小印第安序不同,一般分为大印第安序和小印第安序,如果不能自动区别,用于签名验证的hash函数结果不一样,不能验证-Indian computer chip the size of the different sequence of different, generally divided into large and small Indian Indian sequence order, if the distinction does not automatically use
BigPrime
- 本程序是用C语言编写的RSA大素数密码生成体制-It is a program for 啊large prime number of RSA
MIRACL-Module-Documentation
- RSA算法中用到的大数运算,此为数据库。即miracl。其中包括代码,用户说明书,以及代码说明。欢迎参考!-Large numbers used in RSA algorithm calculations, this is the database. That miracl. Including code, user manual, and code descr iption. Welcome reference!
RSAshixian
- RSA算法源码及大数运算的实现原理,可以好好学大数的实现和运算,是学习rsa的号文件-RSA algorithm source code and the implementation principle of operation of large numbers, you can learn a good implementation and operation of large numbers, the document is to learn rsa
BigIn-lib
- 高效的素数解决方案。可以用解决大数的素数输出-Efficient prime solution. Can be used to solve large numbers of prime output
c200-xdcodefans.net
- VC/C++源码,加密解密,加密,解密,DES 200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,你可以先下载保存在电脑上,以后或许能用到,加密也是常用的一种程序数据处理方式,实用性比较大。-VC/C++ source code, encryption and decryption, encryption, decryption, DES A program data processing over 200 common VC++ encryption
bn
- 大数运算的一些函数和程序,验证通过,RSA算法需要的-Computation of large numbers of functions and procedures, verify through the RSA algorithm needs
RSA-prime-number
- RSA的实现,内含有一个大素数类,很实用。-The realization of RSA, contains a large prime number class, very practical.
rsa
- 和前面介绍的DES、AES一样。这次是RSA算法的。MFC界面比较大 但是可以运行。 -And the previously described DES, AES same. This is the RSA algorithm. MFC interface is relatively large, but can run.
Test1_25Big
- 该系统实现了多种文件的压缩解压过程,通过大数四则运算,利用了ca认证,最终成功实现了几种文件的压缩,利用逆向思维,有实现了解压缩过程,不过也存在着一些不足,正在努力改进中。-The system supports multiple file compression decompression process by large numbers four operations, use the ca certification, to achieve the ultimate success of
456
- RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
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 algorithm including long integer type, some test algorithm, large prime number generator and the general theory of numbers algorithm
RSA
- 实现的是对明文消息的加密和解密过程,算法是根据大数的因数分解。-Implementation is the plaintext message encryption and decryption algorithm is based on the decomposition of large numbers of factors.
F
- rsa大数据算法 可操控加密解密 ca认证- rsa algorithm can manipulate large data encryption and decryption ca certification