XOR of two hexadecimal strings
Calculate XOR of two hexadecimal strings. By convention first string (byte array) is treated as source (or plaintext), second byte array is treated as key and looped if it is shorted than first one.
Calculate XOR of two hexadecimal strings. By convention first string (byte array) is treated as source (or plaintext), second byte array is treated as key and looped if it is shorted than first one.