搜索资源列表
-
0下载:
RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation. using RSA encryption and decr
-
-
3下载:
实现基于RSA算法的数字签名系统,基于C++语言实现,有很好的图形界面-RSA algorithm-based digital signature system, based on C++ language, a very good graphical interface
-
-
0下载:
带有界面,除了加解密还可实现数字签名功能-With interface, in addition to digital signature functions
-
-
2下载:
RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
-
-
0下载:
RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman i
-
-
3下载:
这个RSA算法是在vc环境下实现,用mfc做了界面,从功能到外观都想当不错RSA数字签名 RSA算法的加密解密 可视化MFC界面
RSA的算法,复制到VC++后稍改一下就可以运行了,-The RSA algorithm is the realization of an environment in vc, mfc done with the interface from the functional to the appearance of all want to be a good RSA
-
-
0下载:
RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
-
-
0下载:
rsa 加密解密 数字签名rsa数字签名公钥加密私钥解密c++源代码-rsa digital signature
-
-
0下载:
RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。
-RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.
-
-
0下载:
六种加密算法源码,包括CRC32校验,DES加密,MD5,rsa数字签名,RSA演示,简单加密-Six encryption algorithm source code, including the CRC32 checksum, DES encryption, MD5, rsa digital signature, RSA presentation, simple encryption
-
-
1下载:
基于MD5-RSA的数字签名,是网络交易中使用的数学模型。-MD5-RSA-based digital signature, the network model used in transactions.
-
-
0下载:
基于RSA算法的数字签名的实现,本程序是基于c来实现的-RSA digital signature algorithm is based on the realization that this process is implemented based on c
-
-
0下载:
软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
-
-
0下载:
利用RSA算法实现的数字签名,选用md5进行加密。-RSA digital signature algorithm md5
-
-
1下载:
用java实现的加解密和数字签名功能的源代码,可以作为毕业设计和学习用-Encryption and decryption and digital signature capabilities with java source code, can be used as a graduation project and learning
-
-
0下载:
RSA数字签名源程序,适合课程实验使用。-RSA digital signature source program, and suitable for the experiment used.
-
-
0下载:
用RSA实现数字签名功能,但是没有使用HASH加密,是一个比较简单的数字签名程序。-Using RSA realize digital signature function, but not the use of HASH encryption, is a relatively simple digital signature program.
-
-
0下载:
一个用采用RSA加解密的数字签名程序,其中有采用hash算法。-A used RSA encryption digital signature program, which uses the hash algorithm.
-
-
0下载:
RSA數位簽章加解密程式,
可自行更改訊息M用以產生簽章S-RSA digital signature encryption and decryption program can make changes to the message M to generate the signature S
-
-
0下载:
rsa数字签名系统,c++,MFC实现,自动生成秘钥(Rsa digital signature system, c++, MFC implementation, automatic key generation)
-