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

搜索资源列表

  1. certificate

    1下载:
  2. 小型ca.命令行方式.可以生成ca .请求,发放证书,crl等.-small ca. Command line. Generate ca. Request certification, such as CRL.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:37005
    • 提供者:黎明
  1. openssl

    0下载:
  2. web中安装证书 在web页面上生成证书请求 调用CreatePKCS10接口 调用openssl接口生成请求 -web certificates installed on the web pages generated certificate request then called CreatePKCS10 I call openssl request Generation Interface
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3059
    • 提供者:zgr
  1. XxyTest

    0下载:
  2. 信息安全,主要用于java的证书验证,生成和信息加密等-information security, mainly for the java certification test, production and information encryption
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1790
    • 提供者:zou
  1. 一种证书文件的生成

    0下载:
  2. 一种证书文件的生成.rar-a certificate document generation. Rar
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:66487
    • 提供者:李衍毅
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:71310
    • 提供者:熊龙生
  1. 25175xszs1109D

    0下载:
  2. 学院证书管理系统 1) 25175学校通用网络办公系统 2) 25175新闻系统 3) 25175网站搜索引擎 4) 25175公司量化考核系统 5) 25175学校成绩管理系统 6) 25175考生试卷生成系统 7) 各类系统程序定制作-1 Institute of Certificate Management System) network of 25,175 schools in general office systems, 2) 25
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-05
    • 文件大小:638982
    • 提供者:詹洋静
  1. IECertMngr

    1下载:
  2. 使用CryptAPI对IE证书进行操作的演示代码。代码包含列举IE证书、导出证书、生成PFX证书等功能。-CryptAPI certificate to use IE to operate on the demo code. Code contains the listed IE certificate, export certificate, the certificate generated PFX functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:56716
    • 提供者:hero95
  1. ssl

    0下载:
  2. ssl通信的客户端代码,里面含有自己生成的证书文件-it is very good
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:100659
    • 提供者:suyang
  1. cl332

    0下载:
  2. cryptlib安全工具包,用来实现各种加密和证书生成功能。-cryptlib Security Tool Kit, used for a variety of encryption and certificate generation.
  3. 所属分类:CA program

    • 发布日期:2017-05-16
    • 文件大小:4236301
    • 提供者:Seven
  1. CertifycurtDemo

    0下载:
  2. 用Java实现ca 的生成证书,颁发证书,验证证书以及申请证书-Ca use Java to achieve the generation of certificates, certificate, verification certificate as well as the application for a certificate
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:893932
    • 提供者:李昭东
  1. Cert

    1下载:
  2. 微软数字证书自动生成程序,可批量生成数字证书供用户下载-A certificate automatic generate program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:172988
    • 提供者:卢良进
  1. PKi

    0下载:
  2. 数字证书的生成 数字证书包含证书中所标识的实体的公钥(就是说你的证书里有你的公钥),由于证书将公钥与特定的个人匹配,并且该证书的真实性由颁发机构保证(就是说可以让大家相信你的证书是真的),因此,数字证书为如何找到用户的公钥并知道它是否有效这一问题提供了解决方案。 -The technology of PKI
  3. 所属分类:CA program

    • 发布日期:2017-03-23
    • 文件大小:12541
    • 提供者:崔光涛
  1. WindowsFormsPfs

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

    • 发布日期:2017-11-27
    • 文件大小:59307
    • 提供者:ve
  1. androidCA

    0下载:
  2. 这个jar文件给Android程序提供了方便简易的数字证书生成、更新、申请接口,在Android 4.0至5.0各版本中均测试成功。 接口里的方法参数解释请参阅CertFunc.java源码,测试范例代码请参考TestCertFunc.java源码。-This jar file to the Android program provides a convenient and easy digital certificate generation, updating, application in
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:21444
    • 提供者:苏信
  1. 创建根证书程序

    0下载:
  2. c#2017写的,能够生成自签名的证书,能够读取公私钥。(This is a CA certificate maker program.)
  3. 所属分类:其他

  1. 创建子证书程序

    0下载:
  2. 能够根据根证书程序生成由根证书签名的子证书,并且能够读取子证书公私钥。(This is a child certificate maker.)
  3. 所属分类:C#编程

  1. iOS需要文件.xmind

    0下载:
  2. iOS证书相关资料,启动图尺寸,app所需图标尺寸(只需要1024*1024)找工具自行生成(IOS certificate related information, start the figure size, needed by the app icon size (1024 * 1024) only need to find tools to generate)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:37888
    • 提供者:wxs爽子
  1. ca

    0下载:
  2. 实现基本的CA功能,生成证书链,撤销证书链等(Implement basic CA function, generate certificate chain, revoke certificate chain and so on)
  3. 所属分类:CA认证

    • 发布日期:2017-12-18
    • 文件大小:17958912
    • 提供者:saer
  1. 证书加密解密

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

    • 发布日期:2018-01-09
    • 文件大小:672768
    • 提供者:lala_
  1. GMCA

    0下载:
  2. SM2 SM3 X.509 国密 证书 国密算法 国密证书 生成签发 相关代码 包含sm2国密算法密钥生成,证书请求生成,数字证书生成,sm3withsm2国密数字签名示例(SM2 SM3 X.509 Secret Certificate Secret Algorithms Secret Certificate Generation and Issuance of Related Codes Including SM2 encryption algorithm key generation,
  3. 所属分类:CA认证

    • 发布日期:2020-04-05
    • 文件大小:4096
    • 提供者:what_0000
« 12 3 4 »
搜珍网 www.dssz.com