搜索资源列表
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
mcpfx
- CryptoAPI生成Pfx,Cer证书-a program created by using cryptoAPI to generate Pfx,Cer certificate
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.
P12Tool
- 基于CryptoAPI开发的操作系统和硬件CSP的工具,可以导入导出存储在系统中的p12证书,并能处理私钥文件的格式。-CryptoAPI based operating system and hardware development tools for CSP can be stored in the system of import and export of p12 certificate and private key file to handle the format.
bccrypto-net-1.4-bin-ext
- Decrypt PKCS#12 Pack Files PFX
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 containing the private key and s
WindowsFormsApplication1
- c# CAPICOM读证书加密解密,pfx文件-c# CAPICOM read certificate encryption and decryption
CertificatePasswordRecovery
- Certificate Password Recovery (.PFX file)
GetPfx
- mfc 生成 pfx证书 使用 Microsoft crypto 库 开发-mfc make pfx cert useing Microsoft crypto
CertImport
- 此程序用来将PFX证书文件导入到系统证书库的程序-PFX certificate file will be imported into the system certificates for the procedure
pkcs
- pfx格式或者p121格式文件的解析器, PfxTest文件 使用一个BASE64编码的P12文件字节数组,默认密码123456,CERT为三级证书,使用BC库作为JCE实现-pfx test java code , decrypt a p12 format file (such as .pfx,.p12 file) the pfxtest use a sampled p12 file which is base64 encoded, the pfx password is 1234
parse_p12.tar
- 解析p12(pfx)格式证书,导出私钥公钥用于加解密-Analysis of p12 (PFX) format certificate, export the private key for encryption and decryption of public key
AppPfs
- 创建含有私钥的数字证书,并存储到个人证书区,并将该证书导出为pfx文件,为其指定一个password,使用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密(Create a digital certificate with a private key, store it in a personal certificate area, and export the certificate to a PFX file, specify a password for it, use the pu