文件名称: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 | SHA3) for summary calculations 2, choose a symmetric key encryption algorithms or stream ciphers (DES | AES | RC4) 3. Select a public key signature algorithm (RSA | ECC), requires a separate key pair generation algorithm encryption mode 4, document file for CBC.
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 | SHA3) for summary calculations 2, choose a symmetric key encryption algorithms or stream ciphers (DES | AES | RC4) 3. Select a public key signature algorithm (RSA | ECC), requires a separate key pair generation algorithm encryption mode 4, document file for CBC.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OPENSSL编程实践——实现文件加密和数字签名.pdf