Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Base64 Encoding: (2 Items)
   
Base64 Encoding  
are there any built-in libraries that encode/decode to base64 for use in Momentics? 
Re: Base64 Encoding  
On Wed, Aug 24, 2011 at 04:58:13PM -0400, Javier Muhrer wrote:
> are there any built-in libraries that encode/decode to base64 for use in
> Momentics? 

# grep b64 /usr/include/resolv.h
int		b64_ntop(u_char const *, size_t, char *, size_t);
int		b64_pton(char const *, u_char *, size_t);

link against libsocket to resolve them.

Regards,

-seanb