搜索资源列表
gongyao
- RSA也可以用来为一个消息署名。假如甲想给乙传递一个署名的消息的话,那么她可以为她的消息计算一个散列值,然后用她的密钥加密这个散列值并将这个“署名”加在消息的后面。这个消息只有用她的公钥才能被解密。乙获得这个消息后可以用甲的公钥解密这个散列值,然后将这个数据与他自己为这个消息计算的散列值相比较。假如两者相符的话,那么他就可以知道发信人持有甲的密钥,以及这个消息在传播路径上没有被篡改过。-RSA can also be used as a signed message. If i want to
Rabin-Miller
- RSA的最重要特色在于双密钥,它们有特殊的数学形式。RSA的一对密钥有三个基本参数:模n ,公钥b和私钥a 。n和b是公开的,发送信息方用私钥n加密消息,接受方用公钥b能得到解密后的信息,从而确定发送信息方的身份,这就构成了签名机制。对方用公钥将要发送的信息加密,只有拥有私钥的一方才能将信息解密。-RSA is the most important feature of dual-key, they have a special mathematical form. RSA keys of a
rsa
- 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制 -1, the preparation of procedures for constructing a RSA key 2, the preparation of procedures for fast index algorithm 3, the preparation process to generate large prime numbers 4, t
RSADES
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
rsa
- 公钥密码算法的加密与解密 (RSA-OAEP) -Public key encryption and decryption of cryptographic algorithms (RSA-OAEP)
RSA
- 软件密钥托管加密系统具有抗窜扰特性而且克服了以前方案中的缺点并同时能对消息的源和宿进行追踪。 -RSA pub1ic key encryption SyStem
RSA
- RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
java
- 基于RSA公钥加密算法的电子邮件 加密程序之JAVA实现-RSA public key encryption algorithm-based e-mail JAVA implementation of encryption program
RSA-file
- 能根据选定的公钥和秘钥对明文和密文加、解密,同时扩大了数据处理范围-According to the selected public key and secret key, decrypt the plaintext and ciphertext plus, while expanding the range of data processing
TestRSA
- Rsa Key Conax Extration
pkcs-11v2-20d3
- 在密码系统中,PKCS#11是公钥加密标准(PKCS, Public-Key Cryptography Standards)中的一份子 ,由RSA实验室(RSA Laboratories)发布[1],它为加密令牌定义了一组平台无关的API ,如硬件安全模块和智能卡。 PKCS#11称为Cyptoki,定义了一套独立于技术的程序设计接口,USBKey安全应用需要实现的接口。 -In cryptography, PKCS# 11 is the Public Key Cryptography
RSAUpper
- 能够生成1024位的RSA算法密钥对,C++语言实-Capable of generating 1024 RSA algorithm key pair, C++ language
RSA
- RSA公开密钥密码体制。所谓的公开密钥密码体制就是使用不同的加密密钥与解密密钥,是一种“由已知加密密钥推导出解密密钥在计算上是不可行的”密码体制。-RSA public key cryptosystem. Public key cryptosystem is called using the encryption and decryption keys are different, is a known by the encryption key derived the decryption
RSA
- RSA is one of the first practical public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and differs the decryption key which is kept secret. In RSA,-RSA is one of the first prac
paper1
- 基于RSA的网关口令认证密钥交换协议的分析与改进-Analysis and improvement of the key exchange protocol based on RSA
Key-Exchange-and-Identity
- 一种基于智能卡的会话密钥交换和认证方案. 基于RSA 算法的安全性和求解离散对数问题的困难性,给出一种将密钥交换和身份认证有 效结合的会话密钥管理方案,并对其安全性进行了分析-A Scheme for the Session Key Exchange and Identity Authentication Based on Smart Card
uRSA
- RSA is one of the first practical public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and differs the decryption key which is kept secret.-RSA is one of the first practical pu
