写点东西给自己!

bluekevin
Tag: 命令行预览模式: 普通 | 列表

命令行方式的文件加密和解密

// 命令行方式的文件加密和解密

//****************************************************
//          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
*/

查看更多...

Tags: C 源码 命令行 加密 解密

分类:C/C++ | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 1166