def base64_encryptmsg b2 = bytearraymsg print2 b2 s = base64encodebytesb2 prints return sreplacebn bdecode反转这部分代码
def base64_decrypt(msg): b2 = msg.encode() s = base64.decodebytes(b2) return s.decode()
原文地址: https://www.cveoy.top/t/topic/bpGg 著作权归作者所有。请勿转载和采集!