📄 gethash.h
字号:
// GetHash.h: interface for the GetHash class.
//
//////////////////////////////////////////////////////////////////////
#include <string>
using namespace std;
#if !defined(AFX_GETHASH_H__9B621616_2B98_434E_B4E9_BE2E3EB2251E__INCLUDED_)
#define AFX_GETHASH_H__9B621616_2B98_434E_B4E9_BE2E3EB2251E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class GetHash
{
public:
static CString FindTable(const CString bin);
static CString hexToBin(CString inPutHex);
static CString GetMyHash(CString CstrPassword);
GetHash();
virtual ~GetHash();
};
#endif // !defined(AFX_GETHASH_H__9B621616_2B98_434E_B4E9_BE2E3EB2251E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -