XOR Cipher Encoder
XOR every UTF-8 byte of the text against one ASCII key byte and return two uppercase hexadecimal digits per output byte. This is an encoding demonstration, not secure encryption.
Description
XOR every UTF-8 byte of the text against one ASCII key byte and return two uppercase hexadecimal digits per output byte. This is an encoding demonstration, not secure encryption.