Hi, I’m trying to fill missing “0” charters in a string.
I have a XOR function that outputs an array, when I change this to a string it removes the leading zero which I need.
E.g:
BD 64 5A 44 5F DE 6 BA
I need the output to show 16 characters:
BD 64 5A 44 5F DE 06 BA
How do fill the missing 0 in a string?