XOR Cipher
Encrypt and decrypt text using XOR cipher with a key. XOR is symmetric — the same operation encrypts and decrypts.
Frequently Asked Questions
- Each byte of the plaintext is XORed with the corresponding byte of the key. If the key is shorter than the message, it repeats. XOR of the same byte twice returns the original.
Related Tools
Password Strength CheckerCheck password strength and crack time estimateAES EncryptionEncrypt and decrypt text with AES-256 in your browserTOTP / 2FA GeneratorGenerate TOTP codes from a secret key (Google Authenticator compatible)SHA-256 GeneratorGenerate SHA-256 hashes from any textMD5 GeneratorGenerate MD5 hashes for checksums and fingerprintingSalt GeneratorGenerate cryptographic salt values for password hashingJWT BuilderBuild and sign JWT tokens with a custom payload and secretCSP GeneratorBuild a Content Security Policy header with a visual UI