2010年3月10日

tar 给压缩文件加个密码的方法

摘要: 引用自:http://kerneltrap.org/node/2737ENCRYPTION:tar -zcvf - stuff|openssl des3 -salt -k secretpassword | dd of=stuff.des3This will create stuff.des3...don't forget the password you put in place of secre... 阅读全文

posted @ 2010-03-10 11:04 haven24 阅读(4665) 评论(0) 推荐(0)

导航