Encode data as Base64
We use openssl to do this since we're already linking to it. As an alternative we could also use the phobos routines.
An array of chars with the base64 encoded data.
See Implementation
Encode data as Base64
We use openssl to do this since we're already linking to it. As an alternative we could also use the phobos routines.