R robert67 Lurker Member Joined 7y ago Threads 1 Posts 3 Apr 5, 2019 #1 I try decrypt this text: 31648d976779c0790361ea2e421daaa0 I converted the hex to bytes in Python: >>> print(bytes.fromhex('31648d976779c0790361ea2e421daaa0')) b'1d\x8d\x97gy\xc0y\x03a\xea.B\x1d\xaa\xa0' How can I decode it?
I try decrypt this text: 31648d976779c0790361ea2e421daaa0 I converted the hex to bytes in Python: >>> print(bytes.fromhex('31648d976779c0790361ea2e421daaa0')) b'1d\x8d\x97gy\xc0y\x03a\xea.B\x1d\xaa\xa0' How can I decode it?