搜索资源列表
security
- 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现 利用数字信封实现大文件的加密、解密。 2、有什么用: 2.1 研究、学习信息安全中的密码学设计与实现技术。 2
RSA
- RSA密钥生成器,用于RSA传输过程中加密与解密,delphi 源代码。-RSA key generator and transfer process for RSA encryption and decryption, delphi source code.
RSA
- rsa算法的实现,可以自动生成密钥,可以对密钥进行导入和导出,还可以对文件进行加密-rsa algorithm implementation can be automatically generated keys, you can import and export of key, you can also encrypt the file
key
- 通过miracl大数库生成rsa密钥,并通过diffie-hellman算法交换密钥-Miracl large numbers through the database to generate rsa key, and algorithm diffie-hellman key exchange
Keygeneration
- rsa key generation in java
RSA
- RSA-is an algorithm for public-key cryptography-RSA-is an algorithm for public-key cryptography
RSA
- 公钥密码对文件加密或者解密,对素数判断采用工业概率判断-Public key encryption or decryption of the file on the prime determine the probability of judging by industry
rsa
- rsa 基于RSAd的公开密钥算法 非对称密钥-rsa public key algorithm based on RSAd asymmetric keys
RSAjava
- RSA four letter encryption written in Java just set your public and private keys and with the public key it encrypts four letters into five letters then with the five letter and your private key you decrypt the message into the original four letters
pripublic(OK)
- 本程序实现了RSA密钥的产生,可以产生多个密钥,值得学习-This procedure implements the RSA key generation, can generate multiple keys, it is worth learning
RSAWithGa
- 一种新的RSA算法,使用Viaual C++实现。作为目前最有影响力的公钥加密算法,RSA已被ISO推荐为公钥数据加密标准。-One kind the new RSA algorithm Viaual C++ achieve. As the most influential public key encryption algorithm, RSA has been ISO recommended as public key data encryption standard.
issl
- iSSL是小型的加密API,使用方法和AES加密的RSA建立SSL的一样,安全的加密两端之间的沟通交流,通过一个网络接口,包括会议密钥的生成和公共密钥交换。-iSSL small encryption API to use RSA and AES encryption to establish the SSL security encryption between the two ends of communication, through a network interface, includ
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
Sign_Verify
- USBKey 实现RSA密钥对签名、验签。-USBKey implementation of RSA key for signature, signature verification.
RSA
- RSA is one of the first practical public-key cryptosystems and is widely used for secure data transmission.
Mainapp
- DES加密文件,RSA加密DES的密钥 初始密钥为12345678-DES encrypted file, the key initial RSA key DES encryption for 12345678
RSA-Matlab
- The RSA cryptosystem is the most widely-used public key cryptography algorithm in the world. It can be used to encrypt a message without the need to exchange a secret key separately. The RSA algorithm can be used for both public key encryption and di
RSA512bit
- This a private RSA key, public and private.-This is a private RSA key, public and private.
rsa
- RSA 算法用于 加解密文件及key的生成,实验测试使用-RSA encryption and decryption algorithm and generate the key
RSA
- ?理解公钥密码及数字签名相关的基本概念 ?理解并能够编写RSA或DSA数字签名算法 ?熟练应用C++编程实现数字签名体制(To understand the basic concepts of public key cryptography and digital signature To understand and be able to write RSA or DSA digital signature algorithm Is proficient in C++ programm
