Go to the source code of this file.
|
WCHAR * | MEncryptor::hHexEncodeWithEncryptionLevel (const MDataType::Binary *ipcData, unsigned int inEncryptionLevel, unsigned int inHashVersion, bool ibReverseHighLow=false, bool ibUpperCase=true) |
|
MDataType::Binary * | MEncryptor::HexDecodeWithEncryptionLevel (const WCHAR *ipcData, bool ibReverseHighLow) |
|
WCHAR * | MEncryptor::hHexEncodeWithSignature (const MDataType::Binary *ipcData, unsigned int inVersion, bool ibReverseHighLow=false, bool ibUpperCase=true) |
| The actual implementation of the encoding algorithm. More...
|
|
bool | MEncryptor::ctoi (unsigned char iDigitChar, unsigned char &orDigit) |
| Converts a character to a number. More...
|
|
WCHAR * | MEncryptor::hHexEncode (const MDataType::Binary *ipcBinaryData, bool ibReverseHighLow=false, bool ibUpperCase=true) |
| Actually encode the given binary to its Hex representation. More...
|
|