How to Convert Bytearray to Plaintext?

前端 未结 0 562
旧巷少年郎
旧巷少年郎 2021-01-19 17:26

I am trying to convert bytes to plaintext.I tried .decode() with utf-8,utf-16. But I could not get the required text.

cipher = AES.new(KEY, AES.MODE_CBC,INIT_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题