Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CEncryption, including all inherited members.
base64_decode(std::string &in) | CEncryption | static |
base64_encode(const std::string &in) | CEncryption | static |
decryptEVP(unsigned char *ciphertext, int32_t ciphertext_len, unsigned char *key, unsigned char *iv, unsigned char *plaintext) | CEncryption | static |
DecryptPassword(const std::string &cypherText) | CEncryption | static |
encryptEVP(unsigned char *plaintext, int32_t plaintext_len, unsigned char *key, unsigned char *iv, unsigned char *ciphertext) | CEncryption | static |
EncryptPassword(const std::string &plainText) | CEncryption | static |
getEVPiv() | CEncryption | static |
getEVPkey() | CEncryption | static |
md5(const std::string &message) | CEncryption | static |
sha256(const std::string &message) | CEncryption | static |