Skip to main content

XOR Cipher

Encrypt and decrypt text using XOR operations. Supports multiple output formats including hex and Base64.

 
Share this tool
📖

How to Use

Step 1

Enter Text

Enter Text

Enter the text to encrypt or decrypt

Step 2

Set Key

Set Key

Enter the key for XOR operation

Step 3

Copy Result

Copy Result

Copy the encrypted or decrypted result

Features

Same Operation

XOR cipher is symmetric — applying the same key and operation reverses the encryption

Multiple Output Formats

Support multiple output formats: hex, Base64, binary, etc.

Bit Operation Visualization

Visually display each bit operation in the XOR process

FAQ

An encryption method using exclusive OR (XOR) operation. It transforms data by XORing each byte with the key.