搜索资源列表
openssl-engine-0.9.6m.tar
- C++编写,国际流行的免费加密软件,OPENSSL-ENGINE0.96源码-C + +, the international fashion free encryption software, OPENSSL - ENGINE0.96 FOSS
portable-openssl-engine.tar
- 優化過的openssl加解密引擎,適合嵌入式開發環境使用,非常容易移植!
pkcs11-engine
- 使用openssl完成pkcs11功能的工程,使用Engine方式实现,可以在此基础上调用自己的硬件设备完成密码运算。使用C语言开发,是学习openssl,pkcs11,Engine机制不可多得的样例程序。-Function using the openssl pkcs11 complete the project, be achieved using the Engine can be invoked on the basis of their hardware equipment to co
openssl-engine-0.9.6l.tar
- openssl的源码,是开源项目中的代码,里面有加密、解密等其他工具-openssl source code is open source code, there are encryption, decryption, and other tools
engine
- openssl中的RSA engine只替换私钥加解密-openssl' s RSA engine to replace only the private key encryption and decryption
engine_pkcs11-0.1.8.tar
- 基于openssl engine 机制实现-Based on the openssl engine mechanism to achieve
openssl_engine
- /* * 本模板程序定义了实现openssl ENGINE的Engine框架。 * 实现的基本思路是要通过Engine来替换openssl原来的 * ASE-CBC算法和MD5算法。 * 本程序定义了必须实现的接口。用户只需要根据程序中 * 的说明,实现相应的接口即可。 * 实现ENGINE的时候,可以使用CSP。P11或者算法实现的API等。 * 本模板支持Linux、Windows 、Mac。兼容:openssl1.0和.0.9.8 * */-/**