XOR Encrypt

Feb 15, 2019

XOR Encrypt is a tool to encrypt or decrypt data using a single character XOR key.



Input: Paste data to encrypt/decrypt below

Settings

Perform binary bitwise XOR operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

View Tool

The bitwise XOR operation can be used to encrypt any data or text using a key. The key must be a single character which is used repeatedly against all the characters to form the output encrypted value.

Because XOR is it's own inverse, the same operation can be used for decrypting the encrypted value.

Settings Explained
  • 1. Key

    The key to use during the XOR encryption process

Comments 0

History
Feb 15, 2019
Tool Launched