/Zero-Space-Canary-Trap

Converts strings to and from combinations of binary zero-space characters, for secret messages, leak detection, or compiler sabotage

Primary LanguagePython

Zero-Space Canary Trap

Encodes strings like "Hi! I'm FirstName LastName" as binary zero-space character combinations, for cheater/leak detection

Demonstration

This is a sample output of the function. Copy/paste it into a text editor and try to navigate through the "empty" string.

Original Text: "Gage Howe"
Encoded text: "‌​​​‌‌‌​‌‌​​​​‌​‌‌​​‌‌‌​‌‌​​‌​‌​​‌​​​​​​‌​​‌​​​​‌‌​‌‌‌‌​‌‌‌​‌‌‌​‌‌​​‌​‌"
Decoded text: "Gage Howe"