readme.txt

来自「一个SCSI的编程」· 文本 代码 · 共 15 行

TXT
15
字号
1-tst-interfacr.cpp:算法使用接口
3DES-WjcDes.cpp:基本算法(DES,3DES)
WjcDes.h(3DES-WjcDes.cpp的头文件)
rc4.cpp:基本算法(RC4)
ok-interface.cpp:用户使用接口,说明如下:
/*******************
This function is the interface of cryptograph algorithm.Its parameters as below:
0:name of the exe.
1st:the type(ie:1 is encrypt,2 is decrypt).
2ed:the type of algorithm(1:DES,2:3DES,3:RC4).
3st:the Input File(include whole path and filename).
4st:the Output File(include whole path and filename).
5st:iPatten.
6st:the key.
**********************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?