会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
blitheG
博客园
首页
新随笔
联系
管理
订阅
2018年7月25日
Linux - 加密打包
摘要: tar 加密打包 压缩 tar -czvf /path/to/file.tar.gz file 解压 tar -xzvf /path/to/file.tar.gz /path/to 加密压缩 tar -czvf - file | openssl des3 -salt -k password -out
阅读全文
posted @ 2018-07-25 09:56 blitheG
阅读(972)
评论(0)
推荐(0)
公告