搜索资源列表
-
0下载:
说明:
1、里面有什么:
1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包
1.2、org.infosecurity.*下的软件包括:
DES_CBC算法的实现
RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)
数字信封的实现
利用数字信封实现大文件的加密、解密。
2、有什么用:
2.1 研究、学习信息安全中的密码学设计与实现技术。
2
-
-
0下载:
本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
-
-
2下载:
RSA数字签名的源代码 vc++6.0实现的版本-RSA Digital Signature vc source code version 6.0
-
-
0下载:
Digital Signature RSA approach
-
-
0下载:
数字签名算法,使用RSA非对称密码算法,应该是非对称加密算法。DES是一种对称加密算法,不能做为数字签名的算法。对称加密算法由于加密和解密都是使用同一个密钥,所以无法保证密钥的完全保密(至少加密解密的两个人知道),也就不能唯一的确定加密者的身份。-Digital Signature Algorithm, using RSA asymmetric cryptographic algorithm should be non-symmetric encryption algorithm. DES is
-
-
0下载:
基于RSA算法的数字签名程序,可以实现RSA加密盒解密,可用已测试-RSA algorithm-based digital signature program, you can achieve decrypt RSA encryption box, available test
-
-
0下载:
根据数字签名原理模拟的数字签名程序,应用到服务器--客户端程序,RSA技术等,相当先进-According to the principle analog digital signature digital signature, application to a server- client program, RSA technology, quite advanced
-
-
0下载:
RSA digital signature algorithm. Simple algorithm for RSA digital signature
-
-
1下载:
RSA的C语言源代码,用作密钥的生成,文件的加密,解密。也可用作数字签名-RSA C language source code, is used to generate keys, encrypt files, decrypt. Also be used as a digital signature
-
-
1下载:
CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major d
-
-
0下载:
?理解公钥密码及数字签名相关的基本概念
?理解并能够编写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
-