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

搜索资源列表

  1. DataCertificate

    1下载:
  2. 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:1903
    • 提供者:段皓耀
  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. 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. digital-certification-analysis

    0下载:
  2. 解析X.509规范编码的数字证书,利用开源的openssl库编程实现,方便易懂!-Resolution encoded X.509 standard digital certificates, use the openssl library open-source programming, easy to understand!
  3. 所属分类:CA program

    • 发布日期:2017-05-12
    • 文件大小:2944595
    • 提供者:yuyue
  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. WindowsFormsPfs

    0下载:
  2. windows form版本的 rsa数字证书生成与应用-rsa digital certificate generation and application windows form version
  3. 所属分类:.net

    • 发布日期:2017-11-27
    • 文件大小:59307
    • 提供者:ve
  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. mcpfx

    0下载:
  2. 用 CryptAPI实现的数字证书解析,用visual 才c++实现。-cryptapi realize the explain the cert,I wish it will help to you
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2448146
    • 提供者:wh
  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. bdemmo_CA_syya

    0下载:
  2. 基本实现了数字证书的制作、SSSL安全通讯、加解密操作等功能 -The basic realization of the production of digital certificates, the SSSLs, secure communications, plus features such as decryption operations
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1677735
    • 提供者:noahkk
  1. AMinniCAAc

    0下载:
  2. 实现了数字证书的制作、SSSL安全通讯、加解密操作等功能 -To achieve the production of a digital certificate, the SSSLs, secure communications, encryption and decryption operations and other functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3310926
    • 提供者:潜在
  1. TCCaapiComh

    0下载:
  2. 此源代码,是一个delphi程序源码,演示的是读取数字证书公公钥。需要安装用微软件源码的CSP。 -This source code is a delphi program source code, demonstration of public and public key is to read the digital certificate. Need to install the CSP using the micro-source software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:290202
    • 提供者:和谐
  1. CKKeeyFileSharp

    0下载:
  2. 用CSHARP处理数字证书使用System.Security.Cryptography.X509Certificate名称空间System.Security.Cryptogrraphy.X509Certificcate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类.提供了读取一个X.509证书的代码,与使用不对称加密加密与解密数据的代码 -CSHARP processing digital certificate use System.Security.Cryptography.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:2023
    • 提供者:快捷的
  1. Small-CA-system

    0下载:
  2. 小型CA系统,实现数字证书管理系统的常用功能如证书申请,发布,撤销,更新等。-Small CA systems, digital certificate management system commonly used functions such certificate request, release, revoke, update.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:1939208
    • 提供者:zge
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com