搜索资源列表
Md5Test
- 本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
数字签名1
- 作者学习CA的时候写的练习程序,比较简单。谢谢!-CA study authors wrote when he was a practicing procedures, relatively simple. Thank you!
signcert
- 输入“java SignCert jim.cer >1.txt”运行程序,则程序将从密钥库中取出CA的私钥对lf.cer证书进行签名,输出结果已重定向到文件1.txt中,打开1.txt文件,可以看到如下有关新的证书的信息。 -type "java SignCert jim.cer
security
- 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现 利用数字信封实现大文件的加密、解密。 2、有什么用: 2.1 研究、学习信息安全中的密码学设计与实现技术。 2
KeyFile
- 用C#处理数字证书 使用System.Security.Cryptography.X509Certificate名称空间 System.Security.Cryptography.X509Certificate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类. 提供了读取一个X.509证书的代码,和 使用不对称加密加密与解密数据的代码-C# using digital certificates System.Security.Cryptogra phy.X509C
DigitalSignature2Example
- 本程序是用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
CryptAPI1
- CryptAPI数字签名。可以对文件进行数字签名,学习数字签名算法-CryptAPI digital signatures. On documents for digital signatures, digital signature algorithm learning
用C++Builder创建数字签名
- 用C++Builder创建数字签名.用C++ Builder的语句来看一下它的具体实现过程。
signdesign.rar
- rsa 数字签名添加器,利用rsa算法加密和数字签名,rsa add digital signatures, and the use of rsa algorithm for encryption and digital signatures
CertVerify.rar
- 一个验证数字证书有效性的动态库,能够验证数字证书的签名有效性、时间有效性,以及是否被吊销。,Digital certificates to verify the validity of a dynamic library of digital certificate can verify the validity of the signatures, time effectiveness, and whether it be revoked.
bobo
- 把动态口令技术和数字签名技术的原理相结合,提出了一种新的基于数字签名技术的动态身份认证系统-Put dynamic password and digital signature technology, the principle of combining a new digital signature technology based on the dynamics of identity authentication system
digita_cetificate
- 利用数字证书签名消息并验证消息签名,运行前visual c++环境需安装openssl,及相关安全证书库文件-The use of digital certificates signed message and verify the message signature, before running visual c++ environment, the need to install openssl, and the relevant safety certificates library f
EllipticCurveDigitalSignatureAlgorithm
- 椭圆曲线数字签名算法 椭圆曲线数字签名算法-EllipticCurveDigitalSignatureAlgorithm EllipticCurveDigitalSignatureAlgorithm
BaseEllipticCurveDigitalSignatureAlgorithm
- 基于椭圆曲线加密的数字签名 基于椭圆曲线加密的数字签名-Encryption Based on Elliptic Curve Digital Signature Based on Elliptic Curve Digital Signature Encryption
EllipticCurveDigitalSignatureAnalysisandDesign
- 椭圆曲线的数字签名的分析与设计 椭圆曲线的数字签名的分析与设计-Elliptic Curve Digital Signature Analysis and Design
ECCEllipticCurveDigitalSignatureAlgorithm
- 椭圆曲线加密机制的数字签名 椭圆曲线加密机制的数字签名-ECC Elliptic Curve Digital Signature mechanism of digital signature encryption mechanism
EllipticCurveDigitalSignature
- 基于椭圆曲线密码的数字签名 基于椭圆曲线密码的数字签名-Based on Elliptic Curve Digital Signature Based on Elliptic Curve Digital Signature
myecc_c
- ecc 纯c 的代码, 可以用于 数字签名等,调试过可以运行。-ecc pure c code debugging that I can run.
数字签名、数字证书分析与Java实现
- 创建数字证书,更新数字证书,RSA私钥签名,公钥解密,验证数字签名,合并图章到另找一张图片(Create CER;Edit CER;RSASignature;Check Signature;Combine Pics)
数字签名实验
- DSA签名程序和DSA验证程序。 签名程序流程: a. 读入字符串(从屏幕或文本文件中),字符串内容应包含自己的学号或姓名; b. 计算该字符串的SHA-1值; c. 生成DSA密钥对(利用dsa_make_key); d. 利用dsa_export函数导出所生成的DSA密钥对的公钥,并保存到文件中(dsa_key.pub),供验证程序使用; e. 对第2步产生的SHA-1值进行签名,保存签名到文件中(signature.txt)(DSA signatures and DSA val