Syleron / 426c

End-to-end encrypted chat network written in Go

Home Page:https://426c.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporary user accounts

Syleron opened this issue · comments

In order to reduce the ability to track whom one is speaking too, look into implementing a randomized user for each login session.

  • Client creates a random user
  • Client informs temp user with network
  • Network removes temp user when connection has been lost.

Client cleans up after session.

Perhaps temp accounts can be "purchased" using blocks so that they have an added allocation of messages to send.