Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
@param binaryData binary data to encodeToChars @return Base64 characters chunked in 76 character blocks
See Implementation
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
@param binaryData binary data to encodeToChars @return Base64 characters chunked in 76 character blocks