文件名称:证书加密解密
介绍说明--下载内容来自于网络,使用问题请自行百度
本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了
M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会
更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级
的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们
可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利
用生成的证书、私钥和公钥来实现加密解密及数字签名认证。(This experiment is based on a widely tested public encryption library to implement digital signature services. Here is the choice
The M2Crypto encryption library is implemented, and the M2Crypto encryption library can fully support the OpenSSL library, so it will
It's more convenient. And this library contains a RSA asymmetric encryption algorithm (M2Crypto.RSA), high level
The encryption and decryption interface (M2Crypto.EVP) can also operate the X.509 Certificate (M2Crypto.X509). We
A certificate, a public key file, and a private key file can be generated by the modules of the M2Crypto repository first, and the later will be beneficial.
The encrypted decryption and digital signature authentication are realized with the generated certificate, private key and public key.)
M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会
更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级
的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们
可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利
用生成的证书、私钥和公钥来实现加密解密及数字签名认证。(This experiment is based on a widely tested public encryption library to implement digital signature services. Here is the choice
The M2Crypto encryption library is implemented, and the M2Crypto encryption library can fully support the OpenSSL library, so it will
It's more convenient. And this library contains a RSA asymmetric encryption algorithm (M2Crypto.RSA), high level
The encryption and decryption interface (M2Crypto.EVP) can also operate the X.509 Certificate (M2Crypto.X509). We
A certificate, a public key file, and a private key file can be generated by the modules of the M2Crypto repository first, and the later will be beneficial.
The encrypted decryption and digital signature authentication are realized with the generated certificate, private key and public key.)
相关搜索: 证书加密解密
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
证书加密解密 | ||
证书加密解密\1.pdf | 765805 | 2017-12-19 |
证书加密解密\python2.py | 6494 | 2017-06-06 |
证书加密解密\sign-cret.cer | 1350 | 2017-06-07 |
证书加密解密\sign-private.pem | 1704 | 2017-06-07 |
证书加密解密\sign-public.pem | 451 | 2017-06-07 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.