时间:2021-07-01 10:21:17 帮助过:14人阅读
system("rar.exe a -p123456 e:\cheshi.rar e:\cheshi.txt");
system("rar.exe a -p123456 e:\cheshi.rar e:\cheshi.txt");
system("rar.exe a -p123456 e:\cheshi.rar e:\cheshi.txt");
如果是服务器之间传输,可以对zip文件作异或加密处理,然后在接受方再更加key异或一次解密。
参考:http://blog.csdn.net/fdipzone/article/details/14048207