System Packagebase64Version: 0.8On this pagebase64encodeencode(value: str, encoding: str = "utf-8") -> strEncode the string value using the codec registered for encoding.decodedecode(value: str, encoding: str = "utf-8") -> strDecode the string value using the codec registered for encoding.