# Functions
DecodeBase64 decodes a base64 string and returns a string.
EncodeBase64 takes a string and turns it into a base64 string.
EncodeBytesAsString takes a byte array and returns a string representation.
EncodeStringAsBytes takes a string and returns the bytes that make it.