R
Randy Brown
I have a keylog file that I captured and it is encrypted by the virus. It
requires a XOR operation of each byte. I would like to see what the contents
of the file is so I know if I lost anything.
I looked in Access and there is XOR operation or function. I tried
cimporting the data, and then using the Expression Builder to XOR it. All I
found were 0's...
An example of the file is hex code:
03 34 3e 3b .....
I'm told that if I XOR it with the key, I can get to the data. I found the
key... Hopw can I do this in Access? Can I?
Thanks!
requires a XOR operation of each byte. I would like to see what the contents
of the file is so I know if I lost anything.
I looked in Access and there is XOR operation or function. I tried
cimporting the data, and then using the Expression Builder to XOR it. All I
found were 0's...
An example of the file is hex code:
03 34 3e 3b .....
I'm told that if I XOR it with the key, I can get to the data. I found the
key... Hopw can I do this in Access? Can I?
Thanks!