Tag Archives: base64
Howto base64 encode with C/C++ and OpenSSL
I've been doing a little C programming lately and I have found that if you have a up to date distribution of linux there are a lot of libraries out there that make doing things you do in other languages like java easier.
Howto base64 decode with C/C++ and OpenSSL