📄 sfile_api.h
字号:
/**//******************************************************************** passwd: Password -> Shared secret in: source file name (clear text) out: target file name (cipher text) return: 0 | 1 ; successful | failure**/int PBE_EncryptFile(char* passwd,const char* in,const char* out);/******************************************************************** passwd: Password -> Shared secret in: source file name (cipher text) out: target file name (clear text) return: 0 | 1 ; successful | failure**/int PBE_DecryptFile(char* passwd,const char* in,const char* out);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -