Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
XOR cipher
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Example== The string "Wiki" ({{mono|01010111 01101001 01101011 01101001}} in 8-bit [[ASCII]]) can be encrypted with the repeating key {{mono|11110011}} as follows: :{| | || {{mono|01010111 01101001 01101011 01101001}} |- | <math>\oplus</math> || {{mono|11110011 11110011 11110011 11110011}} |- | = || style="border-top: 1px solid black" | {{mono|10100100 10011010 10011000 10011010}} |} And conversely, for decryption: :{| | || {{mono|10100100 10011010 10011000 10011010}} |- | <math>\oplus</math> || {{mono|11110011 11110011 11110011 11110011}} |- | = || style="border-top: 1px solid black" | {{mono|01010111 01101001 01101011 01101001}} |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)