Rise
The Vieneo Province
Cryptography Class Reference

#include <Cryptography.h>

Static Public Member Functions

static bool SetupCryptoClient ()
 
static bool EncryptString (char *szPassword, char *szEncryptPwd, char *szKey)
 
static bool DecryptString (char *szEncryptPwd, char *szPassword, char *szKey)
 

Detailed Description

Definition at line 10 of file Cryptography.h.

Member Function Documentation

◆ DecryptString()

bool Cryptography::DecryptString ( char *  szEncryptPwd,
char *  szPassword,
char *  szKey 
)
static

Definition at line 151 of file Cryptography.cpp.

Here is the caller graph for this function:

◆ EncryptString()

bool Cryptography::EncryptString ( char *  szPassword,
char *  szEncryptPwd,
char *  szKey 
)
static

Definition at line 80 of file Cryptography.cpp.

Here is the caller graph for this function:

◆ SetupCryptoClient()

bool Cryptography::SetupCryptoClient ( )
static

Definition at line 11 of file Cryptography.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: