1. 14
  1. 3

    Absolutely awesome 👏

    1. 2

      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.

      1. 2

        This is quite an interesting idea. However, there are some editors that will show those characters. I love it though!

        1. 2

          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.