📄 sdesimpl.h
字号:
// SDESImpl.h: interface for the SDESImpl class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SDESIMPL_H__66F21CFF_F21D_4C22_8679_F8FB929E320E__INCLUDED_)
#define AFX_SDESIMPL_H__66F21CFF_F21D_4C22_8679_F8FB929E320E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
enum {ENCRYPT,DECRYPT};
class SDESImpl
{
public:
bool SDESer(char *Out, char *In, long datalen, const char *Key, int keylen, bool Type);
SDESImpl();
virtual ~SDESImpl();
};
#endif // !defined(AFX_SDESIMPL_H__66F21CFF_F21D_4C22_8679_F8FB929E320E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -