XOR Cipher
Encrypt and decrypt text using XOR operations. Supports multiple output formats including hex and Base64.
How to Use
Enter Text

Enter the text to encrypt or decrypt
Set Key

Enter the key for XOR operation
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
🔗Related Tools
Base64 Encoder/Decoder
Encode and decode text in Base64 format. Fully supports UTF-8 characters.
URL Encoder/Decoder
Encode and decode URLs in real time. Supports both encodeURIComponent and encodeURI methods.
HTML Entity Encoder
Convert HTML special characters to entities and back. Supports & < > and numeric character references.
Hash Generator
Generate SHA-1/256/384/512 hash values from text. All algorithms computed in real time as you type.
Password Strength Checker
Check password strength in real-time. Analyzes length, character types, and patterns to provide a score.
Text to Binary Converter
Convert between text and binary representation. Fully supports UTF-8 characters including international text.