MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
crypto.cc File Reference
#include "mrs/authentication/helper/crypto.h"
#include <openssl/evp.h>
#include <openssl/hmac.h>

Namespaces

namespace  mrs
 
namespace  mrs::authentication
 

Functions

std::string mrs::authentication::crypto_hmac (const std::string &key, const std::string &data)
 
std::string mrs::authentication::crypto_xor (const std::string &key, const std::string &data)
 
std::string mrs::authentication::crypto_sha256 (const std::string &data)