CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 数字证书

搜索资源列表

  1. pik

    0下载:
  2. 由于电子商务广泛采用公开密钥技术,职能部门有必要对公钥加以管理。本文简要介绍了基于PKI的密钥托管技术及密钥托管代理的概念,分析了密钥托管的步骤,以及政府部门在密钥托管代理的帮助下强制访问信息的过程。 关键词:密钥托管 证书授权认证 公开密钥 公钥基础设施 托管证书 网络的安全问题得到人们的日益重视。网络面临的威胁五花八门:内部窃密和破坏,截收,非法访问,破坏信息的完整性,冒充,破坏系统的可用性,重演,抵赖等。于是公钥基础设施(Public Key Infrastructure,PKI)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:626551
    • 提供者:孙鹏
  1. x509

    0下载:
  2. 数字证书处理程序-procedures for handling digital certificates
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:26915
    • 提供者:罗玉镇
  1. EVP_X509.rar

    0下载:
  2. 该代码主要是实现数字证书的解析。包括版本号,序列号,签名算法,颁发者,有效起止日期,有效终止日期,主题和公钥,The code is mainly the analysis of digital certificates. Including the version number, serial number, signature algorithm, issuer, valid dates, the effective date of termination, the subject and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:39934
    • 提供者:fhh
  1. MyCrypt

    0下载:
  2. 集成对称加密,非对称加密,证书,数字签名,MD5等常用的方法-Integration of symmetric encryption, asymmetric encryption, certificates, digital signatures, MD5 and other commonly used method
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:12665
    • 提供者:中隐
  1. CertVerifyTimeValidity

    0下载:
  2. 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3009
    • 提供者:厉超
  1. CryptoAPI1.0_cn_ix

    0下载:
  2. 本中文文档详细说明CryptoAPI(一个应用程序编程接口)(带目录方便查询),目的就是提供开发者在Windows 下使用PKI 的编 程接口。CryptoAPI 提供了很多函数,包括编码、解码、加密、解密、哈希、数字证书、 证书管理和证书存储等功能。对于加密和解密,CryptoAPI 同时提供基于会话密钥和公 钥/私钥对的方法。-The Chinese document details CryptoAPI (an application programming interface)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:313707
    • 提供者:朱跃文
  1. Mc2Demo

    0下载:
  2. 密码学,数字证书,PKI,密码学密码学,数字证书,PKI,密码学-KMC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2761111
    • 提供者:zwqxcd
  1. CryptoAPI

    0下载:
  2. 所属分类:Crypt_Decrypt algrithms

  1. Java-encryption-technology

    0下载:
  2. 这里我们主要描述Java已经实现的一些加密解密算法,最后介绍数字证书-Here we describe the Java has been achieved mainly some encryption and decryption algorithms, digital certificates Finally,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:611105
    • 提供者:王翔
  1. HTTPSExample

    0下载:
  2. 数字证书可用来进行身份认证、传输信息的加密、信息的完整性保证、发送信息的不可否认性。-Digital certificates can be used for authentication, encrypted transmission of information, ensure the integrity of the information, send the information non-repudiation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:791
    • 提供者:二妮子
  1. MiniCA

    0下载:
  2. 实现数字证书的签名,加密,传输的C++源程序代码,非常的实用-Digital signature certificates, encryption, transmission of the C++ source code, very useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3321867
    • 提供者:jun
  1. athena-ssl-cipher

    0下载:
  2. ssl证书check实现对数字证书扫描,可以获取安全套件信息-ssl certificate check to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:140303
    • 提供者:locoyao
  1. opensslsource

    0下载:
  2. Openssl 是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有: SSL 协议实现(包括SSLv2、SSLv3 和TLSv1)、大量软算法(对称/非对称/摘要)、 大数运算、非对称算法密钥生成、ASN.1 编解码库、证书请求(PKCS10)编解码、 数字证书编解码、CRL 编解码、OCSP 协议、数字证书验证、PKCS7 标准实现 和PKCS12 个人数字证书格式实现等功能。 Openssl 采用C语言作为开发语言,这使得它具有优秀的跨平台性能。Openssl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:6243744
    • 提供者:韩冬冬
  1. openssl

    0下载:
  2. openssl开发资料。其提供了SSL协议实现(包括SSLv2、SSLv3和TLSv1)、大量软算法(对称/非对称/摘要)、大数运算、非对称算法密钥生成、ASN.1编解码库、证书请求(PKCS10)编解码、数字证书编解码、CRL编解码、OCSP协议、数字证书验证、PKCS7标准实现和PKCS12个人数字证书格式实现等功能。 -the openssl develop Guide
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:516498
    • 提供者:yanglanfang1000
  1. CertificateExample

    0下载:
  2. Java 数字签名、数字证书的相关实例。   关于数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。 -Java digital signature, digital certificates instance. Digital Signature: g
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:17037
    • 提供者:zhouhe
  1. EncryptionaAuthentication

    0下载:
  2. 信息安全实训,包含MD5、AED、DES、RSA及数字证书算法。-Information security training, including MD5, AED, DES, RSA and digital certificate algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12706665
    • 提供者:虚静夜
  1. javaencode

    0下载:
  2. Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decrypt algorithm, and finally in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:611106
    • 提供者:spacebroke
  1. signAndVerifyMessage

    0下载:
  2. 此程序是利用数字证书签名消息并验证消息签名-The use of digital certificates signed message and verify the message signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-30
    • 文件大小:1637317
    • 提供者:李玮
  1. E02-FtpClientExample

    0下载:
  2. 实现字符串的加密解密,基于数字证书,可以导入导出密钥-A string encryption and decryption, based on the digital certificate, you can import and export keys
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-22
    • 文件大小:71906
    • 提供者:小徐
  1. secure-util

    0下载:
  2. Base64编码摘要:对称(DES,3DES,AES,IDEA)/非对称(RSA,ELGamal)加解密,RSA/DSA数字签名,数字证书.-Abstract: symmetric (DES, 3DES, AES, IDEA)/asymmetric (RSA, ELGamal) encryption and decryption, RSA/DSA digital signature, digital certificate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:11779
    • 提供者:段维波
« 12 »
搜珍网 www.dssz.com