用于解密 key='6756696653534952657053656868665752665050485566485667545454484967' iv='53536868555767547048526949655455'
报错为
raise ValueError("Incorrect AES key length (%d bytes)" % len(key))
ValueError: Incorrect AES key length (64 bytes)
用python来解决
用于解密 key='6756696653534952657053656868665752665050485566485667545454484967' iv='53536868555767547048526949655455'
报错为
raise ValueError("Incorrect AES key length (%d bytes)" % len(key))
ValueError: Incorrect AES key length (64 bytes)
用python来解决