使用 p7zip 加密解密
摘要:1. 安装 yum install p7zip p7zip-plugins 2. 加密打包 7z a -ptest test.7z test.php -p 密码 test.php 可以是目录 或者 多个文件3. 解密打包 7z x -ptest test.7z -r -o./now 4. 查看手册
阅读全文
posted @ 2022-03-29 18:10
posted @ 2022-03-29 18:10