![]() |
LifeV
|
An algorithm to encode / decode a string into base64 format. More...
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 |
An algorithm to encode / decode a string into base64 format.
The code was written by RenŽ Nyffenegger (original Copyright notice follows)
Definition in file EncoderBase64.cpp.