LifeV
EncoderBase64.cpp File Reference

An algorithm to encode / decode a string into base64 format. More...

#include <lifev/core/util/EncoderBase64.hpp>
#include <iostream>
+ Include dependency graph for EncoderBase64.cpp:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Functions

static bool is_base64 (unsigned char c)
 
std::string base64_encode (unsigned char const *, UInt len)
 
std::string base64_decode (std::string const &s)
 

Variables

static const std::string base64_chars
 

Detailed Description

An algorithm to encode / decode a string into base64 format.

The code was written by RenŽ Nyffenegger (original Copyright notice follows)

Date
3-9-2011
Maintainer:
Tiziano Passerini tizia.nosp@m.no@m.nosp@m.athcs.nosp@m..emo.nosp@m.ry.ed.nosp@m.u

Definition in file EncoderBase64.cpp.