搜索资源列表
MD5TestVC
- 关于OPENSSL的源代码。。供大家交流学习-About the source code of OpenSSL. . Study for the exchange of U.S.
alertssoucecodeforwindows20090910
- windows 报警系统 部分功能实现 如果下载者修改这个程序,或者其实工作,是被允许的。-part of source code about an alarm system for windows If you modify this program, or any covered work, by linking or | combining it with the OpenSSL project s OpenSSL library (or a | modified ver
OpenSSL
- With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example accelerator cards. The component is called ENGINE, and has still a pretty experimental status and almost no documentation. It s designed to be fairly e
EVP_Encrypt
- 加密算法库中有关OPENSSL的加密测试程序代码,呵呵!-asdjifas d sdfjiasj dfasdjfoa s fa
s
- 使用openssl库,进行文件的加密解密以及数字签名验证的简单处理-Simple treatment using the openssl library, encryption and decryption, and digital signature verification of documents
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字