base
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#if !defined(AFX_CRYPT_H__613C5174_16F0_42A5_9493_C7489534C080__INCLUDED_)
|
||||
#define AFX_CRYPT_H__613C5174_16F0_42A5_9493_C7489534C080__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
class CCrypt
|
||||
{
|
||||
static char *m_pszKey;
|
||||
|
||||
public:
|
||||
static CString Decrypt(CString sString);
|
||||
static CString Encrypt(CString sString);
|
||||
};
|
||||
|
||||
#endif // !defined(AFX_CRYPT_H__613C5174_16F0_42A5_9493_C7489534C080__INCLUDED_)
|
||||
Reference in New Issue
Block a user