搜索资源列表
openssl-0.9.6c.tar.tgz
- openssl 0.9.6版本,含多种加密算法,ssl,密钥管理,x509证书,pkcs标准等实现
KeyStore
- Examples showing use of PKCS #12 and the KeyStore API-Examples showing use of PKCS # 12 and the Key Store API
pkcs-11v2-20a3
- pkcs#11 header files
pkcs12_read_demo
- PKCS#12源程序,用于实现PKCS#12标准-source for the realization of PKCS # 12 standard
pkcs-1v2-1
- PKCS #1 v2.1: RSA Cryptography Standard
PKCS最全面的资料
- PKCS最全面的资料,从PKCS1到PKCS15,全面而详实,想学习PKCS的朋友可以看一下,PKCS most comprehensive information, from PKCS1 to PKCS15, comprehensive and informative, would like to learn PKCS friends can look at
pkcs-12v1
- pkcs-12v1 RSA官方解析说明文档-pkcs-12v1 RSA official analytical documentation
ASN1BERDER
- ASN1、BER和DER的详细说明资料。是研究PKCS的基础。-ASN1, BER, and DER a detailed descr iption of the information. Is to study the basis of PKCS.
bccrypto-net-1.4-bin-ext
- Decrypt PKCS#12 Pack Files PFX
ASN_1_BER_DER
- asn1 ber der 编码子集入门指南说明文档 RSA实验室的一份技术笔记本文简单介绍了OSI 抽象语法符号(ASN.1)的子集——基本编码规则(BER)和可辨别编码规则(DER)。本文的主要目的是为理解和实现PKCS协议族提供足够的背景材料。-asn1 ber der encoding a subset of the Getting Started documentation RSA Laboratories Technical notebook paper a brief intro
pkcs7signaturesANDverify
- 模拟PKCS#7号标准做的签名及验证程序 Java开发~-Simulation of PKCS# 7 signatures and code according to do Java development ~ validation process
d1d0d6e7df8d-(1)
- 该部分主要是针对openssl中的pkcs-12进行了开发,本程序使用了控制台方式,便于调试及验证-This section is mainly for openssl pkcs12 conducted in the development, the program uses a console way, easy to debug and verify
pkcs-5
- File show how padding, this show information of padding but very short, please looking for at internet
encrypthls-AES128
- 使用HLS规范里的AES-128加密算法来加密TS文件,自动加密playlist里的所有TS,并每10个TS变换一次Key,支持IV,PKCS#7-support AES-128 to encrypt TS file, this tool support encrypt each TS in playlist automatically, and it will change key every 10 ts file, it alos support IV and PKCS#7
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
Pythonaescode
- AES 采用 CBC 模式,秘钥长度为 32 个字节,数据采用 PKCS#7 填充;PKCS#7:K 为秘钥字节 数(采用 32),buf 为待加密的内容,N 为其字节数。Buf 需要被填充为 K 的整数倍。在 buf 的尾部 填充(K-N K)个字节,每个字节的内容是(K- N K)-aes code