搜索资源列表
RSA
- 以前上信息安全技术选修的作业,RSA算法实现的-Information security technologies before elective operations, RSA algorithm realization
rsa
- 本程序主要用C实现了RSA算法。具体为输入数字进行RSA加密或解密。可根据自己要求做出适当修改。-C major with the procedures of the RSA algorithm realization. Specific figures for the importation of RSA encryption or decryption. May request in accordance with their amended as appropriate.
RSA
- RSA算法实现帮助初学者了解最基本的开发加密算法的技巧与方法。-RSA algorithm is developed to help beginners learn the basic skills and methods of encryption algorithm.
gmp_gcd
- 用大数包实现RSA算法的加解密,可以实现很大的数啊-With large numbers packet encryption and decryption of the RSA algorithm, can achieve a great number
BigIntTest
- gmp在vs2010下实现大数运算,以此写了一个完整的rsa算法,可以实现任意大数的运算,有界面,直接运行很方便啊,-gmp in vs2010 Computation of large numbers, in order to write a complete rsa algorithm can achieve any large numbers of computing interface directly run very convenient ah ha ha
RSA
- 实现RSA密码体制。 1、程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制。 -RSA ENCOPRITY
RsaTest
- 一个用VC实现的RSA算法,包括加密与解密-rsa vc
RSA
- 用C语言实现教科书式的RSA加密算法,无错版-C language textbook RSA encryption algorithm, error-free version
RSA
- RSA密码算法的C++实现(输入明文输出密码)-RSA cryptographic algorithm C++ achieved (outputs the input plaintext password)
RSA
- RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密-This is RSA encryption algorithm
POST-QQ
- 紫川秀POST-QQ注册RSA算法,以后自动实现-Purple show POST-QQ registered RSA algorithm
rsa
- 使用Java语言来实现 rsa加密算法,没有调用Java中的类,是直接按照rsa加密原理一步一步实现-Using the Java language to implement rsa encryption algorithm, there is no call in Java classes, is a direct step by step in accordance with the realization of the principle of rsa encryption
RSA-encryption-to-decrypt
- RSA加密和解密,实现基本的RSA算法,需要选择两个大素数。 -RSA encryption and decryption, the realization of basic RSA algorithm, we need to select two large prime Numbers.
RSA
- RSA算法的实现,包括RSA编码和RSA解码的简要python程序实现-RSA algorithm implementations, including RSA RSA encoding and decoding procedures to achieve a brief python
rsa
- 利用java实现了RSA算法的加密和解密功能-Java implementation of the RSA algorithm utilizing encryption and decryption functions
rsa
- 使用JAVA语言实现来实现信息安全中的简单的RSA算法(implement RSA using JAVA)
cuda-rsa4k-master
- RSA算法cuda并行优化实现(c语言版)(RSA algorithm CUDA parallel optimization (C language version))
CUDA_Encryption-master
- 改进的RSA算法CUDA优化实现,C语言(Improved RSA algorithm CUDA optimization implementation, C language)
rsa
- java平台实现rsa算法,自动进行加密解密输出密文(Implementation of RSA algorithm on Java platform)
国密算法
- 国密算法sm2和sm3的实现,SM2为非对称加密,基于ECC。该算法已公开。由于该算法基于ECC,故其签名速度与秘钥生成速度都快于RSA。ECC 256位(SM2采用的就是ECC 256位的一种)安全强度比RSA 2048位高,但运算速度快于RSA。 SM3?消息摘要。可以用MD5作为对比理解。该算法已公开。校验结果为256位。(Implementation of Sm2 and Sm3 National Secret Algorithms)