搜索资源列表
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.
Encryption-decryption
- 基于RSA算法 加密时每批100个字符,解密时一次一字符。 n>=256 但n<256时 将进行不可逆加密-RSA encryption algorithm based on each batch of 100 characters, once decrypted, when a character. n> = 256 but n < 256 will be irreversible encryption
rsa
- 实现简单的RSA加密,指定p,q,e,程序找到密钥,用户输入数字形式的明文,然后加密生成密文,打开解密程序,输入密文,输出明文-RSA encryption
RSA
- 用C语言实现教科书式的RSA加密算法,无错版-C language textbook RSA encryption algorithm, error-free version
RSA
- 通过MFC实现RSA加密解密,密钥是随机生成的,可以为任意长度,但是最好不要超过2048比特-Through the MFC to achieve RSA encryption and decryption keys are randomly generated, can be any length, but preferably not more than 2048-bit
RSA
- RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密-This is RSA encryption algorithm
RSA-(1)
- RSA生成大素数 加密解密 蒙哥马利算法 MFC界面-RSA encryption and decryption generate large prime numbers Montgomery algorithm MFC interface
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 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
- rsa encryption decryption
RSA
- 使用openssl库进行rsa方式的加密-Use openssl library rsa encryption mode
RSA
- vs2015编译的RSA加解密算法,算法比较简单,可以作为新手参考-Vs2015 RSA encryption and decryption algorithm, the algorithm is relatively simple, can be used as a reference for beginners
APKIDE七少月RSA加密解密工具
- APKIDE七少月RSA加密解密工具APKIDE七少月RSA加密解密工具(APKIDE seven month less RSA encryption, decryption decryption tool APKIDE seven month less RSA encryption tool)
RSA 工具类
- rsa加解密工具类,包括2048/1024(RSA encryption and decryption tool class, including 2048/1024)
rsademo
- Android的RSA加密,jni实现,稳定可靠(Android RSA encryption, jni, stable and reliable)
rsa client serveur
- the encryption key is public and it is different from the decryption key which is kept secret (private). In RSA, this asymmetry is based on the practical difficulty of the factorization of the product of two large prime numbers, the "factoring p
rsa
- RSA加密解密,实测可用,可以下载看看;仅供学习,请不要用于商务用途(RSA encryption and decryption)
RSA加解密的设计与实现--程序+报告
- 制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the priv
