首页 > TAG信息列表 > iclound
linux下对文件加密
(1)gzexe加密 [root@ECS iclound]# ifconfig >>ip.txt [root@ECS iclound]# gzexe ip.txt [root@ECS iclound]# gzexe -d ip.txt //解密 (2)用tar命令对文件进行加密 [root@ECS iclound]# tar -zcf - ip.txt | openssl des3 -salt -k pwd@12linux下对文件加密
(1)gzexe加密 [root@ECS iclound]# ifconfig >>ip.txt [root@ECS iclound]# gzexe ip.txt [root@ECS iclound]# gzexe -d ip.txt //解密 (2)用tar命令对文件进行加密 [root@ECS iclound]# tar -zcf - ip.txt | openssl des3 -salt -k pwd@12