搜索资源列表
MakeCert
- 一个制作证书的程序。使用微软cryptoAPI。是自己写的-a production certificate procedures. Use Microsoft cryptoAPI. Write their own
zayoo_certtools
- 把signcode和makecert提供给大家,附带常用功能使用方法-put signcode and makecert available to everyone, incidental use of commonly used functions
ActiveForm.Cert
- 首先要有工具包,包括以下几个软件: makecert.exe 制作cer格式的证书,即X.509证书,同时可以创建私钥 cert2spc.exe 将cer格式证书转换成spc格式证书,即PKCS #7证书 signcode.exe 将证书签署到ocx上去 chktrust.exe 检查签署证书后的ocx是否正确 还有一个certmgr.exe,是管理证书用的。可以从这里面导出root.cer来, 网上很多文章写到这个证书,但是在VC的安
MakeCert
- 制作证书的工具,在网络安全非常重要的今天,一个强健的知错程序是非常那个重要的哦。
certificate
- creat a certificate using makecert creat a PKCS#12.pfx file to store the private key Encrypte data using the public Key in Certificate Decrypt data using the private key in a PKCS#12.pfx file
ActiveForm.Cert
- 首先要有工具包,包括以下几个软件: makecert.exe 制作cer格式的证书,即X.509证书,同时可以创建私钥 cert2spc.exe 将cer格式证书转换成spc格式证书,即PKCS #7证书 signcode.exe 将证书签署到ocx上去 chktrust.exe 检查签署证书后的ocx是否正确 还有一个certmgr.exe,是管理证书用的。可以从这里面导出root.cer来, 网上很多文章写到这个证书,但是在VC的安
zsgl
- 证书管理系统 VC++实现 界面友好 完整系统-Certificate Management System VC friendly interface complete system
MakeCert
- 一个制作证书的程序。使用微软cryptoAPI。是自己写的-a production certificate procedures. Use Microsoft cryptoAPI. Write their own
certificate
- creat a certificate using makecert creat a PKCS#12.pfx file to store the private key Encrypte data using the public Key in Certificate Decrypt data using the private key in a PKCS#12.pfx file
MakeCert
- 给自己做的控件加数字签名的流程,内有详细说明步骤,1、创建一个自己的证书文件:2、转换cer格式为spc格式(可以省略)3、用VS6工具中的 Package & Deployment Wizard 生成internet分发的CAB包,同时生成分发代码(.htm,其中包含使IE可以自动下载安装包的代码)。现在得到了2个文件DataTransfer.CAB和DataTransfer.htm。4、给CAB文件签名5、用chktrust检查是否
DataCertificate
- 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate co
SignPackage
- asp.net签名工具包 makecert signcode signtool cert2spc-The asp.net signatures Kit makecert signcode signtool cert2spc
CertTest123
- 数字证书的制作,使用到makecert.exe,可以参考下-Digital certificates, using the makecert, you can refer to the following
makecert_exe
- makecert.exe工具,微软提供的用于生成证书加密解密的工具-makecert.exe tool used to generate the certificate provided by Microsoft encryption and decryption tool
makeCert
- 一般数字证书都是由openssl的命令行生成的,这里调用openssl库生成数字证书,需要在程序中生成证书的可以用到。-Digital certificates are generally the openssl command line generated here call the openssl library to generate a digital certificate, you need to generate a ce