Base64 encoding and decoding with OpenSSL
Personally, I find the OpenSSL API to be so incredibly painful to use, I avoid it unless the cost of avoiding it is extremely high. I find it quite upsetting that it has become the standard API in the crypto world. I was feeling bored, and I wrote you one in C++. This one should … Read more