You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const std::string str = "Join GitHub today\r\nGitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.";
std::string output;
eykop::base64Encode(str,output);
std::cout<<output<<std::endl;
//Convert each char in input string to 6 bits - Base64's code bits length' -