搜索资源列表
一种证书文件的生成
- 一种证书文件的生成.rar-a certificate document generation. Rar
11
- 完成基于公钥证书的非对称密钥分配工作 说明: (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在本地用自己的
25175xszs1109D
- 学院证书管理系统 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
xszsquery
- 后台: 1.菜单自定义管理 2.管理员密码账号管理 3.管理员添加,修改,删除 4.数据库备份,压缩,恢复,软件空间占用 5.学生证书信息管理,按证书编号,身份证号,真实姓名查询 6.证书的修改,删除,添加 7.学生证书信息资料添加 8.证件类别管理 9.支持跨平台的浏览器 10.乱码BUG修复 11.路径自动生成-Background: 1. Menu custom management 2. Administrator password accou
IECertMngr
- 使用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.
ssl
- ssl通信的客户端代码,里面含有自己生成的证书文件-it is very good
cert
- 用来生成java证书,这是在eclipse环境中生成的-Used to generate java certificate, which is generated in the eclipse environment
cl332
- cryptlib安全工具包,用来实现各种加密和证书生成功能。-cryptlib Security Tool Kit, used for a variety of encryption and certificate generation.
CertifycurtDemo
- 用Java实现ca 的生成证书,颁发证书,验证证书以及申请证书-Ca use Java to achieve the generation of certificates, certificate, verification certificate as well as the application for a certificate
Cert
- 微软数字证书自动生成程序,可批量生成数字证书供用户下载-A certificate automatic generate program
PKi
- 数字证书的生成 数字证书包含证书中所标识的实体的公钥(就是说你的证书里有你的公钥),由于证书将公钥与特定的个人匹配,并且该证书的真实性由颁发机构保证(就是说可以让大家相信你的证书是真的),因此,数字证书为如何找到用户的公钥并知道它是否有效这一问题提供了解决方案。 -The technology of PKI
WindowsFormsPfs
- windows form版本的 rsa数字证书生成与应用-rsa digital certificate generation and application windows form version
cer-key-manage-master
- 证书管理,证书生成,证书验证,证书验证监听,证书验证过滤器。-Certificate management, certificate generation, certificate validation, certificate validation listener, certificate validation filter.
Windows-OpenSSL-Certs
- 本文详细地介绍了在windows系统下利用openssl进行证书生成和证书自签名生成过程。-This paper describes in detail in the windows system for use openssl self-signed certificate generation and certificate generation process.
androidCA
- 这个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
创建根证书程序
- c#2017写的,能够生成自签名的证书,能够读取公私钥。(This is a CA certificate maker program.)
创建子证书程序
- 能够根据根证书程序生成由根证书签名的子证书,并且能够读取子证书公私钥。(This is a child certificate maker.)
iOS需要文件.xmind
- 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)
ca
- 实现基本的CA功能,生成证书链,撤销证书链等(Implement basic CA function, generate certificate chain, revoke certificate chain and so on)
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字