$a = 0xaabbcc; $b = 0x112233; printf '%X', $a ^ $b; [download]
In reply to Re: Hex String XOR by Not_a_Number in thread Hex String XOR by alanonymous