写点东西给自己!
bluekevin
命令行方式的文件加密和解密
作者:sinof 日期:2007-04-21
// 命令行方式的文件加密和解密
//****************************************************
// How to use
//****************************************************
/*
The comand line is like this:
command line:
crypt [cpParams] [cpFile] [cpKey]
arguments description:
cpParams : /E|/e == Encode;
/D|/d == Decode;
/? == help information;
else == unknown params.
cpFile : file which needed Encode or Decode
cpKey : key which used for Encoding or Decoding
*/
//****************************************************
// How to use
//****************************************************
/*
The comand line is like this:
command line:
crypt [cpParams] [cpFile] [cpKey]
arguments description:
cpParams : /E|/e == Encode;
/D|/d == Decode;
/? == help information;
else == unknown params.
cpFile : file which needed Encode or Decode
cpKey : key which used for Encoding or Decoding
*/


