搜索资源列表
blowfish-0.9.5a
- This a slightly mofified repackaging of the Blowfish library code taken from OpenSSL-0.9.5a (hence the version of the library). All of the assembler code has been removed and the Makefile simplified. One or two files have been "tweaked" to remo
s
- 使用openssl库,进行文件的加密解密以及数字签名验证的简单处理-Simple treatment using the openssl library, encryption and decryption, and digital signature verification of documents
EVP_Digest
- 使用openssl库进行用evp形式进行摘要-Use openssl library digest form with evp
EVP_Encrypt
- 使用openssl库进行用evp方式的加密-Use openssl library with evp way encryption
EVP_Sign
- 使用openssl库进行EVP方式的数字签名-Use openssl library EVP of a digital signature
RSA
- 使用openssl库进行rsa方式的加密-Use openssl library rsa encryption mode
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字