|
|
|
|
|
by fenwick67
2821 days ago
|
|
The real meat of the protocol is explained here: https://ssbc.github.io/scuttlebutt-protocol-guide/ > I assume any recipient can prove to a third party that someone said something All public messages are signed with the author's key, so any third-party can verify it. Private messages are different, though. You need one of the recipient / sender's keys to decrypt that, and so for a third-party to verify it they would need one of those private keys. |
|
https://github.com/ssbc/secure-scuttlebutt/pull/220
You can now generate an unbox key for a private message send it to a non-recipient for them to be able to access the message, which is really cool. No private key sharing necessary!