6 #ifndef _INC_cAuthentication_H
7 #define _INC_cAuthentication_H
12 #include "../GrayLibBase.h"
13 #include "../Hash/cHashCode.h"
Definition: cAuthentication.h:18
virtual ~cAuthentication(void)
Definition: cAuthentication.cpp:15
cAuthentication(void)
Definition: cAuthentication.cpp:11
cHashCode m_PassSalted
The resultant hash for password + salt.
Definition: cAuthentication.h:41
HASH_TYPE m_ePassHashType
What type of hash operation is used? SHA256 ? plain text?
Definition: cAuthentication.h:39
HASH_TYPE
Definition: cAuthentication.h:26
@ HASH_None
Definition: cAuthentication.h:27
@ HASH_SHA256
Definition: cAuthentication.h:29
@ HASH_MD5
Definition: cAuthentication.h:28
cHashCode m_PassSalt
The random salt for the password.
Definition: cAuthentication.h:40
Definition: cHashCode.h:43