📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -