摘要: 1、对称加密过程由那三部分组成 加密、传输、解密 2、使用 openssl 中的 aes 对称加密算法对文件 file.txt 进行加密,然后解密 #openssl enc -e -aes256 -a -in file.txt -out filetxt.cipher #openssl enc -d 阅读全文
posted @ 2020-07-20 22:53 刘六六LHR 阅读(85) 评论(0) 推荐(0)