Hello,
I would like to apply the XOR function on two hexadecimal values e.g.
1DABF219597B XOR 75B8F9FFA46D should be 68130BE6FD16.
I think I have to convert the values first to binary ones. Herefore I looked up
some info about the functios FBinFromHex and scanf but it's not clear to me how to use them.
Am I looking at the right direction here? Could somebody help me with these functions and
the XOR function.
Thanks a lot!!!
I would like to apply the XOR function on two hexadecimal values e.g.
1DABF219597B XOR 75B8F9FFA46D should be 68130BE6FD16.
I think I have to convert the values first to binary ones. Herefore I looked up
some info about the functios FBinFromHex and scanf but it's not clear to me how to use them.
Am I looking at the right direction here? Could somebody help me with these functions and
the XOR function.
Thanks a lot!!!