#include <CryptManager.h>
Public Member Functions | |
CryptManager () | |
~CryptManager () | |
Static Public Member Functions | |
void | GenerateRSAKey (unsigned int keyLength, CString privFilename, CString pubFilename, CString seed) |
void | SignFileToFile (CString sPath, CString sSignatureFile="") |
bool | VerifyFileWithFile (CString sPath, CString sSignatureFile="") |
CString | Sign (CString sPath) |
bool | Verify (CString sPath, CString sSignature) |
CString | GetMD5 (CString fn) |
CString | GetPublicKeyFileName () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|