In this video, we demonstrate how one would go about converting a hexadecimal byte string into a base64 byte string in Python. There is also a brief review of what ASCII is. Like, subscribe, and comment.
"Always operate on raw bytes, never on encoded strings. Only use hex and base64 for pretty-printing."
Be the first to comment