CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - digital signature Authentication

搜索资源列表

  1. DigitalSignature2Example

    0下载:
  2. 本程序是用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
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:983
    • 提供者:许可
  1. secude-4.1.all.tar

    0下载:
  2. SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。签名算法由杂凑函数和RSA函数复合而成。用于核实签名的公开钥由系统的认证机构确认。报文加密采用DES算法,其密钥则由RSA算法加密。各用户用于加/解密的RSA密钥对与用于签名和核实的RSA密钥对是不一样的。密钥的生成和分发由特定模块完成。-SecuDe is a security applicati
  3. 所属分类:加密解密

    • 发布日期:2012-12-07
    • 文件大小:2451819
    • 提供者:zxang
  1. CA

    1下载:
  2. 身份认证,数字签名,小型CA,可以办法证书,CRL等-Authentication, digital signature, a small CA, you can approach the certificate, CRL, etc.
  3. 所属分类:CA program

    • 发布日期:2017-05-13
    • 文件大小:3412800
    • 提供者:zwqxcd
  1. jiamiandshuziqianming

    0下载:
  2. 能够对文件夹进行压缩加密,以后进行解密解压, 对通信双方进行数字签名认证,保证通信的安全性.-Be able to compress a folder encrypted, decrypt after decompression, communications between the two sides of the digital signature authentication to ensure communication security.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:892361
    • 提供者:曾玉富
  1. cl341

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5704337
    • 提供者:付西
  1. DigestAndSignature

    0下载:
  2. 这个是用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!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:14987
    • 提供者:张峰
  1. IS_Project1

    0下载:
  2. 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1288996
    • 提供者:孙一鸣
  1. bobo

    0下载:
  2. 把动态口令技术和数字签名技术的原理相结合,提出了一种新的基于数字签名技术的动态身份认证系统-Put dynamic password and digital signature technology, the principle of combining a new digital signature technology based on the dynamics of identity authentication system
  3. 所属分类:CA program

    • 发布日期:2017-06-02
    • 文件大小:14899459
    • 提供者:Lcsophia_njut
  1. d2

    0下载:
  2. 利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:35192
    • 提供者:尉玉林
  1. Applications

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:20439
    • 提供者:it
  1. IS9798-3.pdf.ZIP

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:963638
    • 提供者:Alexander
  1. SecChat

    0下载:
  2. 能够对局域网内通信的消息进行加密传输,防止他人窃取,还可以进行通信双方的身份认证,实行数字签名过程.-LAN traffic can be encrypted message transmission, to prevent others from stealing, you can also communicate with both authentication and implement digital signature process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6730180
    • 提供者:曾玉富
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-22
    • 文件大小:519461
    • 提供者:qiao
  1. RSA

    0下载:
  2. 非对称加密的RSA算法,常用于CA认证和数字签名-RSA asymmetric encryption algorithm, commonly used in the CA authentication and digital signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:540
    • 提供者:何伊
  1. cryptlib_manual

    0下载:
  2. CryptLib库的官方手册(pdf)。CryptLib是一个加密安全工具包,利用此加密库接口,可以很容易地为各种应用系统提供安全服务,如加/解密、数字签名、认证等。该文件只是一个官方手册(pdf)文件,请大家看好了再下载。-CryptLib library' s official manual (pdf). CryptLib is an encryption security toolkit, the use of this encryption library interface, y
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1205702
    • 提供者:付西
  1. 01-authentication-dan-digital-signature-dengan-me

    0下载:
  2. 01 authentication dan digital signature dengan metode schno-01 authentication dan digital signature dengan metode schnorr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1342860
    • 提供者:Sableng
  1. safetyManagement

    0下载:
  2. 运用典型的ssh2框架,具有上传文件,加解密,数字签名和身份认证等功能-Use ssh2 typical framework, with the uploaded file encryption and decryption, digital signature and authentication functions
  3. 所属分类:CA program

    • 发布日期:2017-06-21
    • 文件大小:39326563
    • 提供者:xiaoyao
  1. Signature-6

    0下载:
  2. 包括两个部分:数字签名和签名认证。密钥采用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.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:355734
    • 提供者:小许
  1. zju_network_lab5

    0下载:
  2. 用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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:65075
    • 提供者:chenjy
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:672768
    • 提供者:lala_
« 12 »
搜珍网 www.dssz.com