using B64String = std::string; B64String encode(const std::string& text); std::string decode(const B64String b64);