+++ title = "Using Python for hex, strings, bytes and integers" date = 2019-10-10T21:27:52+11:00 draft = false tags = [] categories = [] +++ I've taken an interest recently in cryptography, strings, ...
"""Python 'hex_codec' Codec - 2-digit hex content transfer encoding. This codec de/encodes from bytes to bytes. Written by Marc-Andre Lemburg (mal@lemburg.com).