#include <vmsXOR.h>
Public Member Functions | |
| void | Decrypt (LPBYTE pbIn, LPBYTE pbOut, DWORD dwSize) |
| void | Encrypt (LPBYTE pbIn, LPBYTE pbOut, DWORD dwSize) |
| void | set_Key (LPCSTR pszKey) |
| vmsXOR () | |
| virtual | ~vmsXOR () |
Protected Attributes | |
| std::string | m_strKey |
Definition at line 16 of file vmsXOR.h.
| vmsXOR::vmsXOR | ( | ) |
Definition at line 8 of file vmsXOR.cpp.
| vmsXOR::~vmsXOR | ( | ) | [virtual] |
Definition at line 13 of file vmsXOR.cpp.
| void vmsXOR::Decrypt | ( | LPBYTE | pbIn, | |
| LPBYTE | pbOut, | |||
| DWORD | dwSize | |||
| ) |
Definition at line 35 of file vmsXOR.cpp.
References Encrypt().
Referenced by vmsFDMCustomizations::DecryptFile().
| void vmsXOR::Encrypt | ( | LPBYTE | pbIn, | |
| LPBYTE | pbOut, | |||
| DWORD | dwSize | |||
| ) |
Definition at line 23 of file vmsXOR.cpp.
References m_strKey.
Referenced by Decrypt(), and vmsFDMCustomizations::EncryptFile().
| void vmsXOR::set_Key | ( | LPCSTR | pszKey | ) |
Definition at line 18 of file vmsXOR.cpp.
References m_strKey.
Referenced by vmsFDMCustomizations::vmsFDMCustomizations().
std::string vmsXOR::m_strKey [protected] |
1.5.6