搜索资源列表
javacardsign-20090904
- java card PKI applet应用源码,符合PKCS#15-java card PKI applet source code,complaint PKCS#15
ContentInfo
- As defined in PKCS #7: Cryptographic Message Syntax Standard Source Code for Andriod.
SignerInfo
- As defined in PKCS #7: Cryptographic Message Syntax Standard.
PKCS1Encoding
- this does your basic PKCS 1 v1.5 padding - whether or not you should be using this depends on your application - see PKCS1 Version 2 for details.
FileCrypter
- 文件加密器。加密算法和模式以及填充模式使用:AES/CBC/PKCS#5;迭代开始时有初始化向量iv的参与。 由于要以用户输入的口令作为密钥生成密钥,所以用到了基于用户的密钥生成算法。将用户输入的密码和伪随机的盐值salt。 *注释十分详细。-this is a tiny tool for encrypt any file in any format using AES under CBC module with PKCS#7(PADDING MODULE)。Users can the