So when someone tries to searches for your texts, it shows up, right? It’s because you typed them in normal English like everyone else would. And that’s what we’re going to make it harder to trace. For example:

Normal text in Latin letters:

I love my government!

Obfuscated homoglyph text:

Ι lоvе mу ɡоvеrnmеnt!

Using Letters From Different Languages

A lot of letters from other languages are similar to English letters, like the following example.

EnglishCyrillicGreek
AАΑ
BВΒ
CСN/A

[source: Wikipedia]

GlyphShift

What if there was a tool to automatically change the given text and obfuscates them? That’s why GlyphShift exists! The tool automatically copies the given normal text into the one we want.

Clone the repo:

git clone https://github.com/evenblad3/GlyphShift

Compille with this command:

g++ main.cpp -o main.exe

And finally run:

main.exe

And now it asks for your input, enter your text and the result will be automatically copied to your clipboard.