![]() |
LifeV
|
An algorithm to encode / decode a string into base64 format. More...
Include dependency graph for EncoderBase64.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| LifeV | |
| Default Physical Solver. | |
Functions | |
| std::string | base64_encode (unsigned char const *, UInt len) |
| std::string | base64_decode (std::string const &s) |
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.hpp.