DecodeAES = lambda c, e: c.decrypt(base64.b64decode(e)).rstrip(PADDING) TypeError: a bytes-like object is required, not 'str'.
確定! 回上一頁