I need help to xor two hex strings together. It has been a long time since I touched programming so I have issue here. Basically I have two hex strings in the length of 166, like this,
29460ba9babebbbefd001547a810e67149caee11d945cd7fc81a05e9f85aac650e9052ba6a8cd8257bf14d13e6f0a803b54fde9e77472dbff89d71b57bddef121336cb85ccb8f3315f4b52e301d16e9f52f904
I need to store these hex strings, xor them together, then print the result back (still in the form of hex string). I don't know how to store something this long in a variable.
29460ba9babebbbefd001547a810e67149caee11d945cd7fc81a05e9f85aac650e9052ba6a8cd8257bf14d13e6f0a803b54fde9e77472dbff89d71b57bddef121336cb85ccb8f3315f4b52e301d16e9f52f904
I need to store these hex strings, xor them together, then print the result back (still in the form of hex string). I don't know how to store something this long in a variable.







