+++ 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, ...
This repository contains a utility function for converting a byte array in hexadecimal format from a detailed representation (e.g., [0x00][0x00][0x00][0x00][0x00][0x00][0x03][0x94][0x8E][0x0B]) to a ...