Introduction - If you have any usage issues, please Google them yourself
//Command line file encryption and decryption of //****************************************************// 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* /