winhowes / grd.me

Grd Me (/ɡärd mē/) is an open source browser plugin that provides encrypted communication across any web platform.
https://grd.me
MIT License
11 stars 0 forks source link

Symmetric key sharing #10

Closed winhowes closed 9 years ago

winhowes commented 9 years ago

Allow users to securely share symmetric keys over the grd.me servers (assume the grd.me servers are available but otherwise untrusted).

winhowes commented 9 years ago

@arnottcr @floryst do you think it's important to let the sender know whether or not the recipient specifically accepted their key versus acknowledging that their key had been received? The latter is considerably easier to implement and technically the receiver could accept and then delete their key, and the sender would just get the notification that they'd accepted their key, so I feel like it's safe to go with the latter. What are your thoughts?

winhowes commented 9 years ago

For documentation's sake: I don't (though I can) notify the user that their key has been received.

urandom2 commented 9 years ago

That should be alright, we can see if it causes an issue.

urandom2 commented 8 years ago

This issue was moved to GrdMe/GrdMe#15