XOR cleartext once with a key you get ciphertext. XOR the ciphertext with the same key you get the original ciphertext. At its core this is the way the old DES cipher works.
A bit of useful trivia: If you XOR any number with itself, you get all zeros. You can see this in practice when an assembly programmer XOR’s a register with itself to clear it out.
Zwuzelmaus@feddit.org 11 months ago
It’s even better than ROT13, because you always need to apply ROT13 twice for getting the good results…