Author: Remi Rampin
encode_base64(content: str): str
Takes the given string and returns it as a base64-encoded string with padding.
decode_base64(content: str): str
Takes the given base64-encoded string and decodes it to its content.
Author: Remi Rampin
encode_base64(content: str): str
Takes the given string and returns it as a base64-encoded string with padding.
decode_base64(content: str): str
Takes the given base64-encoded string and decodes it to its content.