搜索资源列表
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.
rsa_1024progrom
- 利用C语言实现RSA加密算法。备注;数据只能是大写字母组成的字符串。 加密的时候,输入Y,然后输入要加密的文本(大写字母) 解密的时候,输入N,然后输入一个整数n表示密文的个数,然后n个整数表示加密时候得到的密文。-C language implementation of the RSA encryption algorithm. Remarks data can only be a string of capital letters. Encrypted, enter Y, an
RsaTest
- 一个用VC实现的RSA算法,包括加密与解密-rsa vc
pb_rsa
- 用PowerBuilder实现RSA加密算法-PB RSA encryption algorithm
RSA
- 用C语言实现教科书式的RSA加密算法,无错版-C language textbook RSA encryption algorithm, error-free version
RSA
- RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密-This is RSA encryption 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_DES
- 用C++实现的DES加密算法和RSA加密算法,控制台显示,可同时查看明文和密文,可自主设置密钥-Using C++ DES encryption algorithm and RSA encryption algorithm, the console display can simultaneously view the plaintext and ciphertext can be independently set key
RSA
- RSA加密解密算法,可以实现现场的加密解密,可以更改公钥私钥。-RSA encryption and decryption algorithm, can realize the field of encryption and decryption, can change the public and private key.
RSA-program
- 在VC平台上用c++实现的RSA加密解密算法-Implementation of RSA encryption algorithm
rsa
- 利用java实现了RSA算法的加密和解密功能-Java implementation of the RSA algorithm utilizing encryption and decryption functions
rsa
- RSA加密算法,python实现版本,可用于算法学习-RSA encrypted algorithms
RSA
- 计算机网络安全技术中RSA加密算法的java实现-the substanciate of the RSA algorithm
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
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)
RSA加解密和素性检验
- 1. rsa加密算法和rsa解密算法的c语言实现 2. 大素数检验 3. 自动生成p,q,e