function DecodeBase64(const Source: Utf8String): RawByteString;
Description
Decode BASE64 data in Source into binary data. The function returns the binary data as Utf8String. The Source Utf8String may contain linebreaks and control characters, these will be stripped.