XOR Encrypt
Encrypt text by XORing with a repeating key.
Note: XOR is a symmetric operation — encrypting twice with the same key recovers the original text. The output is lowercase hex. XOR alone is not cryptographically secure; treat it as obfuscation.
What Is a XOR Encrypt?
The XOR Encrypt tool obfuscates text by XORing every byte with a repeating key byte. XOR is a simple bitwise operation (exclusive OR) that is symmetric: applying the same key twice restores the original data. It is used in many simple protocols and for light obfuscation.
How to Use This XOR Encrypt
- 1Enter KeyType the key string used to XOR the input.
- 2Enter TextType the plaintext you want to obfuscate.
- 3EncryptClick 'XOR Encrypt' to produce the hex ciphertext and copy it.
Frequently Asked Questions
Related Cryptography Tools
MD5 Generator
Free online MD5 hash generator.
SHA-1 Generator
Free online SHA-1 hash generator.
SHA-256 Generator
Free online SHA-256 hash generator.
SHA-512 Generator
Free online SHA-512 hash generator.
SHA-224 Generator
Free online SHA-224 hash generator.
SHA-384 Generator
Free online SHA-384 hash generator.
More Cryptography Tools
SHA-3 Generator
Free online SHA-3 (Keccak) hash generator.
SHA-256 File Hash
Compute the SHA-256 checksum of any file.
SHA-512 File Hash
Compute the SHA-512 checksum of any file.
RIPEMD-160 Generator
Free online RIPEMD-160 hash generator.
BLAKE2 Generator
Free online BLAKE2b and BLAKE2s hash generator.
BLAKE3 Generator
Free online BLAKE3 hash generator.

