搜索资源列表
bookstore_jspt
- 网上书店是一个多功能的网上店铺,您可以使用框架建立一个可扩展的系统。它运用数字签名付费表单系统检验信用卡。 特点有: - 用户注册 - 产品投票 - 数字签名付费表单综合化 - 类别 - 购物车 - 成员管理 - 命令管理 - 项目管理 - 类别管理 - 信用卡类型管理-online bookstore is a multi-purpose shop online, you can use the framework for th
chap00008
- 第8章 Java安全控制编程 实例87 控制访问权限 实例88 产生密钥 实例89 单钥加解密 实例90 双钥加解密 实例91 数字签名 实例92 实现SSL协议 实例93 简单的HTTPS服务-Java programming examples of security control to control access permissions 87 88 examples have 89 single-key examples key encryption key
JClient
- 该程序可以实现双机通信的数字签名的客户端,界面友好,易操作-the program can achieve double-machine communication in the digital signature client, a friendly interface, easy operation
pusht
- 手机的PUSH程序,很基础的,没有数字签名-cell phone PUSH procedures, the very foundation, no digital signature
java_DigitalSign
- 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
digitalSignature
- 利用JAVA实现的数字签名程序,内附JAVA源代码及详细注释-JAVA achieved using a digital signature process, enclosing the JAVA source code and detailed notes
dsssrc
- DSS数字签名,用JAVA编写,很好的学习程序-DSS digital signature, using JAVA prepared a very good learning process
wenzi
- 主要实现的功能是 用数字签名 可以有多中文字用数字实现 大家试一试啊-Main function is to use a digital signature can have more Chinese characters try to use the figures to realize ah
DSA
- java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
dssserver
- 数字签名服务器端源码,JAVA写的,拿出来和大家交流学习,很简单适合初学者-Digital signature server-side source code, JAVA written out to and communicate U.S. study, it is easy for beginners
Javaencrypton
- 数字签名系统JAVA,数字签名在传输邮件,电子公函等方面用途也很广泛。-Digital signature system, JAVA, digital signature in the transmission e-mail, e-letters, etc. are also very wide.
JAVAencryptoncod
- 数字签名的另一个Java代码实例,相信下载了一定有用。-Digital signature of another example of Java code, I believe that some useful downloads.
DigitalSignature
- java版数字签名,信息安全技术有关的内容-java version of a digital signature
upload
- ns2 leach,new multicasting protocol,digital signature,ns2 tutorial
DSA_applet
- java applet implementing the digital signature algorithm
Digital-signature
- 用java 语言实现数字签名的介绍文档,对于初学数字签名的朋友,很有帮助-Digital signature
Digital-signature
- 数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。-Digital signature: generate RSA keys (myKeyPair), RSA key pair to produce the Signature object information (i
Digital-signature
- java实现数字签名功能 完成对数据完整性的保护-java digital signature features complete protection of data integrity
signature
- 用java实现数字签名,可以实现两台电脑之间的加密解密,确保信息的安全-Using java to achieve a digital signature can be achieved between the two computer encryption and decryption, to ensure the security of information
digital-signature
- 该代码实现了完整的数字签名功能,在eclipse上测试运行成功,可扩展功能。-This code implements the function of complete digital signature, test runs successfully on the eclipse, extensible function.