#include <crypt.h>
Definition at line 36 of file crypt.h.
◆ Crypt()
◆ ~Crypt()
◆ base64Decode()
std::string Crypt::base64Decode |
( |
const std::string & |
encoded_string | ) |
|
◆ base64Encode()
std::string Crypt::base64Encode |
( |
const std::string & |
decoded_string | ) |
|
◆ decrypt()
std::string Crypt::decrypt |
( |
const std::string & |
encrypted_string | ) |
|
|
inline |
◆ encrypt()
std::string Crypt::encrypt |
( |
const std::string & |
decrypted_string | ) |
|
|
inline |
◆ genUUID()
std::string Crypt::genUUID |
( |
| ) |
|
◆ getMachineUUID()
std::string Crypt::getMachineUUID |
( |
| ) |
|
◆ rsaDecrypt()
bool Crypt::rsaDecrypt |
( |
unsigned char * |
msg, |
|
|
int |
size |
|
) |
| |
◆ rsaEncrypt()
bool Crypt::rsaEncrypt |
( |
unsigned char * |
msg, |
|
|
int |
size |
|
) |
| |
◆ rsaGetSize()
int Crypt::rsaGetSize |
( |
| ) |
|
◆ rsaSetPrivateKey()
void Crypt::rsaSetPrivateKey |
( |
const std::string & |
p, |
|
|
const std::string & |
q, |
|
|
const std::string & |
d |
|
) |
| |
◆ rsaSetPublicKey()
void Crypt::rsaSetPublicKey |
( |
const std::string & |
n, |
|
|
const std::string & |
e |
|
) |
| |
◆ setMachineUUID()
bool Crypt::setMachineUUID |
( |
std::string |
uuidstr | ) |
|
◆ xorCrypt()
std::string Crypt::xorCrypt |
( |
const std::string & |
buffer, |
|
|
const std::string & |
key |
|
) |
| |
The documentation for this class was generated from the following files: