Closed goztrk closed 11 months ago
READY
decrypt
AESCipher
It was decoding with base64.b64decode in Python 2. I updated it to htk.compat.b64decode but it needs to stay as bytes for decrypting to work.
base64.b64decode
htk.compat.b64decode
NOTE: Tested with Python 2.7 and Python 3.9
Status
READY
Description
decrypt
method ofAESCipher
to make it compatible with Python 3.It was decoding with
base64.b64decode
in Python 2. I updated it tohtk.compat.b64decode
but it needs to stay as bytes fordecrypt
ing to work.NOTE: Tested with Python 2.7 and Python 3.9