程序的参数格式:encrypt -i input.txt -p password.txt -o output.txt;encrypt为 input.txt 中的文本利用password.txt中的密码进行AES(CBC)加密,同时生成output.txt。
2021-12-04 16:13:13 4KB C语言 AES 文本文档加密
1