import binascii
decrypted = b'...'
binascii.hexlify(decrypted).decode('utf-8')