Conventional encryption marks itself.
That's the problem nobody talks about. You encrypt a file and suddenly it glows. It announces: something valuable is here. The very act of protecting data makes it a target.
I spent years thinking about this from an unusual angle. Not from academia. From affiliate marketing, international SEO, systems that had to work invisibly across 160 countries without drawing attention to themselves.
The insight came from that world: the best systems don't look like systems. The best links don't look like ads. The best architecture doesn't look like architecture.
So I asked a different question.
What if encrypted data didn't look encrypted at all?
What if instead of producing a wall of random bytes — which screams I am hiding something — the output looked like a naturally written sentence in Japanese? Or Arabic? Or a poem in Swahili?
That question became the Polyglottal Cipher.
The answer lives in Unicode. Most people know Unicode as the system that handles international text. What most people don't know is that Unicode contains 133,387 characters across 202 language traditions. The vast majority of those characters are never used in normal text.
That unused space is where the Polyglottal Cipher lives.
We take your plaintext. We encrypt it with ChaCha20-Poly1305 — one of the strongest symmetric ciphers available. Then instead of presenting that encrypted payload as a block of unreadable bytes, we encode it steganographically into Unicode glyphs drawn from real language traditions.
The output looks like text. Natural, human text. In whatever language you choose.
Even if an adversary intercepts it, they don't know they're holding an encrypted payload. They see text. And without the key, they can't even prove encryption occurred.
That's not just privacy. That's invisibility.
Post-quantum resistant. EPO patent pending. Under formal academic review by KU Leuven's COSIC group — the team that includes Professor Vincent Rijmen, one of the two people who designed AES.
I didn't come from cryptography academia. I came from building systems that had to work quietly, at scale, across every market on earth.
It turns out that's exactly the background you need to ask the right question.