tar tar 加密压缩 如下,使用 AES 加密,密码为 password # 加密 tar -czvf - file | openssl aes-256-cbc -salt -k password -out /path/to/file.tar.gz # 解密 openssl aes-256-cbc -d -k password -salt -in /path/to/file.