Re: char string 2 hex string



Antonio Chay <antonio.chay@xxxxxxxxx> writes:
"AAA" should be "414141"

'AAA'.encode('hex')
.