pkcs#11测试demo对pkcs#11普遍功能进行测试
2024-04-16 11:57:58 478KB pkcs#11
1
SM2 证书请求 通过裸公钥数据和使用者信息,生成相应的P10请求 根据GMT0010-2012标准 补全SubjectPublickeyInfo OBJECT IDENTIFIER 1.2.840.10045.2.1 ecPublicKey OBJECT IDENTIFIER 1.2.156.10197.1.301 SM2
2024-04-13 13:01:51 4.18MB Java
1
PKCS规范全套,英文版本
2023-04-27 10:12:55 3.65MB PKCS规范
1
带有私钥的证书,由Public Key Cryptography Standards #12,PKCS#12标准定义,包含了公钥和私钥的二进制格式的证书形式,以.pfx作为证书文件后缀名。 只有pfx格式的数字证书是包含有私钥的
2023-03-24 01:00:13 73KB PFX证书 CA证书 PKCS#12证书
1
基于USBKEY的CSP与PKCS_11互通的实现方法基于USBKEY的CSP与PKCS_11互通的实现方法
1
RSA公司的PKCS(Public Key Cryptography Standards)系列标准。 官方网站的相关页面和链接好像已经失效。经过精心查找和整理,这可能是目前能收集到的最全的版本,包括如下版本: PKCS #1 v2.2: RSA Cryptography Standard PKCS #1 v2.1: RSA Cryptography Standard PKCS #1 v2.0: RSA Cryptography Standard PKCS #1 v2.0 Amendment 1: Multi-Prime RSA PKCS #1: RSA Encryption Standard PKCS #3: Diffie-Hellman Key-Agreement Standard PKCS #5 v2.1: Password-Based Cryptography Standard PKCS #5 v2.0: Password-Based Cryptography Standard PKCS #5: Password-Based Encryption Standard PKCS #6: Extended-Certificate Syntax Standard PKCS #7: Cryptographic Message Syntax Standard PKCS #8: Private-Key Information Syntax Standard PKCS #9 v2.0: Selected Object Classes and Attribute Types PKCS #9 v2.0 Amendment 1 PKCS #9: Selected Attribute Types PKCS #10 v1.7: Certification Request Syntax Standard PKCS #10: Certification Request Syntax Standard PKCS #11 v2.20: Cryptographic Token Interface Standard PKCS #11 v2.11: Cryptographic Token Interface Standard PKCS #11 Profiles For Mobile Devices PKCS #11 v2.10: Cryptographic Token Interface Standard PKCS #11: Cryptographic Token Interface Standard PKCS #11: Cryptographic Token Interface Standard PKCS #11: Cryptographic Token Interface Standard PKCS #12 v1.1: Personal Information Exchange Syntax PKCS 12 v1.0: Personal Information Exchange Syntax PKCS #12 v1.0 Technical Corrigendum 1 PKCS #15: Conformance Profile Specification PKCS #15 v1.1 Technical Corrigendum 1 PKCS #15 v1.1 Technical Corrigendum 2 PKCS #15 v1.0: Cryptographic Token Information Format Standard PKCS #15 v1.0 Amendment 1 PKCS #15 v1.1: Cryptographic Token Information Syntax Standard
2022-07-27 10:00:16 8.27MB PKCS
1
tpm2-pkcs11 PKCS#11是一种公共密钥加密标准,它定义了一种从令牌/设备(例如硬件安全模块(HSM),智能卡等)访问加密服务的标准方法。在此项目中,我们打算使用TPM2设备作为加密方法令牌。 入门 -如何建造 -如何配置 -如何安装 用法示例 如何通过SSH配置和使用它。 如何配置和使用各种P11组件。 TOOL-如何使用OpenSC的pkcs11工具进行配置和使用。 如何使用将其配置和用于Wi-Fi身份验证。 -与和项目互配置详细信息。 注意, tpm2-tools的互操作性可能涵盖使用原始编组的TPM 2.0结构的其他项目。 进阶知识 -内部概述 -数据库版本升级会发生什么 -发布的执行方式
2022-07-27 09:49:10 1.01MB security cryptography crypto signing
1
PKCS 由 RSA 实验室提供给使用公共密钥和相关技术的计算机系统的开发人员。RSA 的目的是与计算机 系统开发人员一起提高并改进本标准,即使不是所有的开发人员都接受产生标准的目的。 实验室在标准制定过程中起四个方面的作用: 1. 出版仔细纂写的描述该标准的文件。 2. 对必要的扩展和改变向开发者和用户寻求意见和建议。 3. 在适当的时候出版修订的标准。 4. 提供执行指南和/或参考的执行方法。
2022-07-04 11:04:45 4.47MB pkcs 11 pkcs#11
1
PKCS #1: RSA Cryptography Specifications Version 2.2 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 4 1.1. Requirements Language . . . . . . . . . . . . . . . . . . 5 2. Notation . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3. Key Types . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3.1. RSA Public Key . . . . . . . . . . . . . . . . . . . . . 8 3.2. RSA Private Key . . . . . . . . . . . . . . . . . . . . . 9 4. Data Conversion Primitives
2022-05-31 09:00:44 104KB rsa
1
基于openssl 0.9.8,新增算法 SM2,SM3,SM4 包括签名、验签、公钥加密,私钥解密 杂凑算法,SM4 对称加解密,MAC算啊,符合银联(金融机构)规范。 涉及到的代码 obj_mac.h objects.h pkcs7.h p7_lib.h 等 另附 测试程序: 1、 解析PFX(p12)证书文件 2、 从证书生成P7报文 3、 创建P10请求文件. 4、 将公私钥转换成OpenSSL 结构 5. 解析PKCS7报文 6. SM2 加解密 7. gen pkcs7 8. 解析PKCS7报文 0、 退出
2022-04-10 17:03:55 14.99MB 国密 P10 PKCS P7
1