摘要: 1、对称加密过程由哪三部分组成 2、使用 openssl 中的 aes 对称加密算法对文件 file.txt 进行加密,然后解密 openssl enc -e -aes-256-cbc -in file.txt -out file.encopenssl enc -d -aes-256-cbc -in 阅读全文
posted @ 2020-07-21 17:00 大卫不是很能吃 阅读(85) 评论(0) 推荐(0)