XOR / One-Time Pad Helper

XOR two byte streams using a repeating key (for learning/testing). Use a truly random key the same length as the message for a real OTP.

Output

Tip: To decode, paste the encoded output back into Input, select the matching input format, and XOR with the same key.