Add anonymous real-time chat to the site. We should be careful to:
warn users to really check domain name, HTTPS status and do not trust any invalid SSL certificates (and just do not go to the site in that case)
warn users not to open links (we might not even make them clickable)
To assure anonymity even against traffic analysis, we could have that all connected clients are sending randomly padded/dummy packets of fixed size to the server in regular interval. Server is collecting them and then at the same regular interval it publishes real payload from one of them.
Add anonymous real-time chat to the site. We should be careful to:
To assure anonymity even against traffic analysis, we could have that all connected clients are sending randomly padded/dummy packets of fixed size to the server in regular interval. Server is collecting them and then at the same regular interval it publishes real payload from one of them.