I made something like this a while back in Python, but I used RSA as the encryption layer which meant the carrier messages would have to be a bit larger. I also didn’t implement the compression they include in this library as my project was just a proof of concept.
It’s a neat trick, but it’s very easy to discover by looking for text with an abnormal amount of zero-width characters.
Yup switching it notepad++ to ANSI,pasting in terminal or vim usually shows it, other than that it’s invisible in other editors like vscode, atom, edit, windows notepad the usual ones.
Absolutely awesome 👏
I made something like this a while back in Python, but I used RSA as the encryption layer which meant the carrier messages would have to be a bit larger. I also didn’t implement the compression they include in this library as my project was just a proof of concept.
It’s a neat trick, but it’s very easy to discover by looking for text with an abnormal amount of zero-width characters.
This is quite an interesting idea. However, there are some editors that will show those characters. I love it though!
Yup switching it notepad++ to ANSI,pasting in terminal or vim usually shows it, other than that it’s invisible in other editors like vscode, atom, edit, windows notepad the usual ones.