Implementing a anonymous encrypted peer-to-peer chat
I am planning on making a basic groupchat application only for me and my colleagues. It needs to be as secure and anonymous as possible without leaving any fingerprints. Already existing applications cannot be trusted.
This is how I would …