Workspace
XOR Cipher
XOR Cipher
A simple stream cipher performing byte-wise XOR operations between plaintext and key.
Deprecatedsymmetric
Workspace Presets
Save and restore visualizer settings in this browser.
Output Result
No output yetRun a computation to see the encrypted / decrypted result.
Imported traces are validated and replayed locally. They never run a cipher operation automatically.
Recommended Next Step
Continue your cryptography learning path
DES
BrokenData Encryption Standard. A legacy 64-bit block cipher utilizing a 56-bit key size.
Explore
AES
RecommendedAdvanced Encryption Standard. A highly secure, standard block cipher supporting key sizes of 128, 192, or 256 bits.
Explore
One-Time Pad (OTP)
SecureAn unbreakable cipher when used with a truly random, single-use key of equal length to the plaintext.
Explore
Related Resources