XOR Encrypt is a tool to encrypt or decrypt data using a single character XOR key.
Perform binary bitwise XOR operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats
View ToolThe 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
History
- Feb 15, 2019
- Tool Launched
Comments 0