base64.hpp


SUBMITTED BY: Guest

DATE: Dec. 4, 2013, 11:57 a.m.

FORMAT: C++

SIZE: 148 Bytes

HITS: 828

  1. #include <string>
  2. std::string base64_encode(unsigned char const* , unsigned int len);
  3. std::string base64_decode(std::string const& s);

comments powered by Disqus