Adilol

Base64.h

Sep 5th, 2011
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <string>
  2.  
  3. std::string base64_encode(unsigned char const* , unsigned int len);
  4. std::string base64_decode(std::string const& s);
Advertisement
Add Comment
Please, Sign In to add comment