搜索资源列表
混合密码体制数字签名
- JAVA实现的可以采用公钥私钥加密解密程序,包括DES,RAS算法-JAVA the private key can be the public key encryption and decryption procedures, including DES, RAS Algorithm
javaCrypt
- 自己写的java版的加密解密网络算法应用。有对称,非对称,数字签名,等应用-himself wrote the java version of the network encryption and decryption algorithm application. A symmetric, asymmetric, digital signature, and other applications
id_digital
- java编写的一个对文件的数字签名,是对内容进行签名适合于小文件..特别是一些密码文件-java prepared a document of digital signatures, of the signature elements suitable for small documents .. especially some of the password file
Rsa-java
- 用java写的RSA加密解密程序,支持数字签名验证和分段加密,有友好的图形界面。
Digital-Signature
- 一个用C++、JAVA、C#等编写的数字签名代码序列,里面有三种不同语言写的
加密和数字签名
- 这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
rmdemo.rar
- JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。 ,JAVA development, the use of RSA, MD5 developed a simple digital signature software, can be used for documents and information to do a digital signature.
DSS.rar
- 实现PKI/CA的数字签名部分,java编写,Achieve PKI/CA part of the digital signature, java prepared
DigitalSignature2Example
- 用java实现的数字签名的例子,很实用,适合初学者-Achieved using java examples of digital signature, it is practical and suitable for beginners
IS_Project1
- 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
ecc
- 有关椭圆曲线数字签名的书籍,是密码学的一个重要分支-a digital of signature base on ecc
Encrypt
- Java的数字签名算法,加密算法,非常实用,可以参考一下-Java digital signature algorithm, encryption algorithm
TestDSA
- 数字签名的模拟:参数生成,生成签名,签名的认证。java实现。-Analog digital signature: parameter generation, signature generation, signature certification. java implementation.
java_security_sdk
- 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
SignAndCheckByDSA
- 数字签名 美国标准 DSA算法 java语言实现 完全可用-American Standard DSA digital signature algorithm java language fully available
java
- 基于RSA的公钥签名实现。java实现数字签名的实例-Implementation based on RSA public key signature. java instance digital signature
CertificateExample
- Java 数字签名、数字证书的相关实例。 关于数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。 -Java digital signature, digital certificates instance. Digital Signature: g
RSA
- 用java实现的加解密和数字签名功能的源代码,可以作为毕业设计和学习用-Encryption and decryption and digital signature capabilities with java source code, can be used as a graduation project and learning
rsa
- rsa 加密算法 能同时用于加密和数字签名 -rsa algorithm java will multiply two large prime numbers is very easy, but when you want to its product factorization is extremely difficult, so it can be the product of public as an encryption key.
用Java实现数字签名
- 信息安全实现一个简单的数字签名系统 ,能够进行简单的文件下载与传输(The realization of a simple digital signature system of information security, can download files and simple transmission)