|
|
|
|
|
by hurin
4086 days ago
|
|
> New keypairs would be generated on the client every time you join a chatroom. Another member of the chatroom sends you the shared_key encrypted by your public key. Server knows nothing, stores no keys. Keys exchanged between users. The question is - how does the first public key exchange happen? It has be done outside of the site for it to be secure and your private key must exist locally on your device - which is contradictory to the premise of these websites. |
|
How to ensure the server doesn't get a hold of the private key is the issue (can you really trust the code you're running?).