| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/LimiNode/hmac-cpp/main/example_encoding.cpp | [Back] [Original] |
#include
#include
#include
#include
#include
int main() {
std::vector data = {'f','o','o','b','a','r'};
std::string b64 = hmac_cpp::base64_encode(data);
std::cout
| Web Proxy Viewer | New URL | Original Page |