I am trying to figure out a way to decrypt a string, from a ContolLogix PLC. The string has been encrypted using XOR function in Logix5000 and I would like to decrypt the value in Ignition. Anyone have any idea on how I might do this?
Presumably there is a multi-byte XOR value associated with this? Or is it based on a CRC or other polynomial?
Whatever it is, you will need to pull the bytes into a byte array, perhaps using a Java ByteBuffer, to apply the algorithm.
Please share the algorithm (and key/seed value) so we can help you.
