搜索资源列表
filesign
- 对文件内容进行加密、解密、签名及验证签名-content of the document encryption, decryption, signature verification and signature
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
HtmlSignatureAddIn
- jsp 电子签章 电子签名 只供参考 希望对大家有所帮助-jsp electronic signature electronic signatures are for reference only
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
JAVAencryptoncod
- 数字签名的另一个Java代码实例,相信下载了一定有用。-Digital signature of another example of Java code, I believe that some useful downloads.
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
Jar-Signature-batch-program
- Applet jar包签名批处理程序 自动生成证书和密匙 jar包签名批处理程序-Jar compressed package Signature batch program
signature
- java html5+ 手写签名 源码-java html5+ handwritten signature source
digital-signature
- 该代码实现了完整的数字签名功能,在eclipse上测试运行成功,可扩展功能。-This code implements the function of complete digital signature, test runs successfully on the eclipse, extensible function.