搜索资源列表
用C++Builder创建数字签名
- 用C++Builder创建数字签名.用C++ Builder的语句来看一下它的具体实现过程。
加密和数字签名
- 这是用java实现单向加密和非对称加密DSA数字签名的源程序-This source code is an implementation of one-way encryption and unbalanced DSA digital signature on java platform.
数据加密与数字签名系统.rar
- RSA数据加密代码,用C编写,已压缩成RAR格式,RSA data encryption code, prepared by C, has been compressed into RAR format
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.
RsaKit.rar
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,RSA
TestSign.rar
- 代码提供使用WIN32 CryptAPI进行数字签名、验证功能。,WIN32 CryptAPI code to provide the use of digital signatures, the authentication function.
OpenSSL.rar
- 用于实现SSL协议下的数字签名的软件OPENSSL的使用教程,SSL protocol for the realization of the digital signature of the use of software tutorials OPENSSL
signdesign.rar
- rsa 数字签名添加器,利用rsa算法加密和数字签名,rsa add digital signatures, and the use of rsa algorithm for encryption and digital signatures
dss.rar
- 真正完整独立运行的数字签名和密钥交换C源代码,并有教学用的课件(PDF文件), 可以到http://zhou63.ahut.edu.cn/更新。 ,Truly complete stand-alone digital signature and key exchange C source code, as well as teaching courseware (PDF file), you can update them on http://zhou63.ahut.edu.cn/.
CertVerifyTimeValidity
- 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
rsa-shuziqianming
- 实现基于RSA算法的数字签名系统,基于C++语言实现,有很好的图形界面-RSA algorithm-based digital signature system, based on C++ language, a very good graphical interface
RSA
- 带有界面,除了加解密还可实现数字签名功能-With interface, in addition to digital signature functions
SHA-1
- 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
RSA
- RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
informationhide
- 数字签名及信息隐藏,实验源程序,包括说明文档,一看就明白-Digital signature and information hiding, experimental source, including a descr iption of documents, one look to understand
Digital_Signature
- 简单地说,所谓数字签名就是附加在数据单元上的一些数据,或是对数据单元所作的密码变换。这种数据或变换允许数据单元的接收者用以确认数据单元的来源和数据单元的完整性并保护数据,防止被人(例如接收者)进行伪造。-Simply put, the so-called digital signature is attached to the data unit on some data, or data unit by changing the password. Such data or transform
数字签名、数字证书分析与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
DSA数字签名
- dsa数字签名 系统功能需求: 1.对文件进行签名,生成一个独立于原文的签名文件; 2.可以对文件进行签名,在文件后追加签名信息; 3.具有密钥管理的功能,比如密钥的生成、导入、导出; 4.可以对word文档实施操作,对word文档的内容进行签名; 5.能够比对已经实施的签名,防止进行重复的签名,以防止重放攻击; 6.可以对已经签名的文件进行单独的源文件和签名信息的分离操作。(DSA digital signature System functional requirements
源代码包和安装文件包-多功能数字签名系统
- 对文档进行签名,并且有密钥以及参数管理的功能。(Signing documents, key and parameter management functions)