git ssb

9+

mixmix / ssb-handbook



Tree: 6c591ad213da63c1fc8d5396b439279bc03fe35e

Files: 6c591ad213da63c1fc8d5396b439279bc03fe35e / concepts / private-message.md

588 bytesRaw

Private Message

For private sharing, Scuttlebot uses libsodium to encrypt confidential log-entries. Feed IDs are public keys, and so once two feeds are mutually following each other, they can exchange confidential data freely.

Private-box is a format for encrypting a private message to many parties. It is designed according to the audit-driven crypto design process. You can find the repository on at github:dominictarr/private-box

Built with git-ssb-web