搜索资源列表
1
- 参照PGP,实现一个文件加密系统,包括对称加密,非对称加密和数字签名等功能。 可选开发语言工具:Openssl VC .net java -Reference to PGP, the realization of a file encryption system, including symmetric encryption, asymmetric encryption and digital signature functions. Optional tool for the
pkcs11
- 通过openssl引擎实现密码运算,包含对称加密、解密、签名、验证、摘要运算的例子。-Through the openssl engine implements cryptographic operations, including symmetric encryption, decryption, signature verification, summary operations examples.
OpenSSL_study
- 包含多个OpenSSL实例,可以让初学者很快掌握有关OpenSSL加密,解密,签名,认证函数的使用,VC++ 6.0平台-OpenSSL_study.rar contains multiple instances, allowing beginners to quickly master the use of the functions about OpenSSL encryption, decryption, signature and authentication , VC++ 6.0 Pl
OPENSSL
- 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
openssl-1.0.1j.tar
- 用于椭圆曲线的生成,签名,加解密,以及认证-For generating elliptic curves, signature, encryption, and authentication
s
- 使用openssl库,进行文件的加密解密以及数字签名验证的简单处理-Simple treatment using the openssl library, encryption and decryption, and digital signature verification of documents
EVP_Sign
- 使用openssl库进行EVP方式的数字签名-Use openssl library EVP of a digital signature
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字