Apply bitwise XOR ciphering for simple data obfuscation and decryption.
XOR text with a key. Same key encrypts and decrypts. For demo only — not secure.
Copy, swap or clear
Symmetric: same key encrypts and decrypts. Fast but weak — for learning only.