1 2 3 4 5 6 7
#pragma once #include <string> std::string decode64(const std::string &val); std::string encode64(const std::string &val);