Add new base64_encode() / base64_decode() functions
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 19 May 2017 13:31:23 +0000 (15:31 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 19 May 2017 13:33:09 +0000 (15:33 +0200)
commit2bb723379a55acfa37cd2258f14a43914022ef41
treebbcb533d700c0987060e0ffd206042a675cca1ce
parentc778e35b38815fc654d66706896b774ae7da4479
Add new base64_encode() / base64_decode() functions

Based upon openssl. If an error occurs, an exception
is thrown and memory cleanup is still done.
CMakeLists.txt
src/CMakeLists.txt
src/stringfunc.cpp
src/stringfunc.hxx
test/stringfunc.cpp