当前位置:
首页
资源下载

搜索资源 - digital signature Authentication
搜索资源列表
-
0下载:
本程序是用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
-
-
0下载:
SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。签名算法由杂凑函数和RSA函数复合而成。用于核实签名的公开钥由系统的认证机构确认。报文加密采用DES算法,其密钥则由RSA算法加密。各用户用于加/解密的RSA密钥对与用于签名和核实的RSA密钥对是不一样的。密钥的生成和分发由特定模块完成。-SecuDe is a security applicati
-
-
1下载:
身份认证,数字签名,小型CA,可以办法证书,CRL等-Authentication, digital signature, a small CA, you can approach the certificate, CRL, etc.
-
-
0下载:
能够对文件夹进行压缩加密,以后进行解密解压, 对通信双方进行数字签名认证,保证通信的安全性.-Be able to compress a folder encrypted, decrypt after decompression, communications between the two sides of the digital signature authentication to ensure communication security.
-
-
0下载:
CryptLib(v3.41)是一个加密安全工具包,利用此加密库接口,可以很容易地为各种应用系统提供安全服务,如加/解密、数字签名、认证等。该文件是从官方下载的最新版(3.41)。-CryptLib (v3.41) is an encryption security toolkit, the use of this encryption library interface, you can easily provide security for a variety of applications
-
-
0下载:
这个是用c#编写的用SHA算法生成报文鉴别码,然后用RSA进行数字签名!供大家学习!-This is a c# Prepared algorithm using SHA message authentication code, and then use RSA for digital signature! For them to learn from!
-
-
0下载:
这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
-
-
0下载:
把动态口令技术和数字签名技术的原理相结合,提出了一种新的基于数字签名技术的动态身份认证系统-Put dynamic password and digital signature technology, the principle of combining a new digital signature technology based on the dynamics of identity authentication system
-
-
0下载:
利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
-
-
0下载:
digital signature
is a string attached to a message that is used to guarantee the integrity and authenticity of the message
can be viewed as a 2-key massage authentication code (MAC), just as a public-key cryptosystem is a 2-key version in a clas
-
-
0下载:
ISO\IEC 9798-3
Information technology - Security
techniques - Entity authentication -
Part 3:
Mechanisms using digital signature techniques -ISO\IEC 9798-3
Information technology - Security
techniques - Entity authentica
-
-
0下载:
能够对局域网内通信的消息进行加密传输,防止他人窃取,还可以进行通信双方的身份认证,实行数字签名过程.-LAN traffic can be encrypted message transmission, to prevent others from stealing, you can also communicate with both authentication and implement digital signature process.
-
-
0下载:
本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
-
-
0下载:
非对称加密的RSA算法,常用于CA认证和数字签名-RSA asymmetric encryption algorithm, commonly used in the CA authentication and digital signature
-
-
0下载:
CryptLib库的官方手册(pdf)。CryptLib是一个加密安全工具包,利用此加密库接口,可以很容易地为各种应用系统提供安全服务,如加/解密、数字签名、认证等。该文件只是一个官方手册(pdf)文件,请大家看好了再下载。-CryptLib library' s official manual (pdf). CryptLib is an encryption security toolkit, the use of this encryption library interface, y
-
-
0下载:
01 authentication dan digital signature dengan metode schno-01 authentication dan digital signature dengan metode schnorr
-
-
0下载:
运用典型的ssh2框架,具有上传文件,加解密,数字签名和身份认证等功能-Use ssh2 typical framework, with the uploaded file encryption and decryption, digital signature and authentication functions
-
-
0下载:
包括两个部分:数字签名和签名认证。密钥采用des加密。通过md5获取数字摘要。然后用rsa签名/认证。-Consists of two parts: digital signature and signature authentication. Key using des encryption. Through the md5 access to digital paper. Then use the rsa signature/certification.
-
-
0下载:
用java编写的一个不需要WEB服务器的独立HTTP服务程序,并在页面传输过程中利用了数字签名的验证方法。-Using java prepared a separate HTTP service does not require WEB server, and use a digital signature authentication method in the page transmission.
-
-
0下载:
本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了
M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会
更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级
的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们
可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利
用生成的证书、私钥和公钥来实现加密解密及数字
-