Files: 124c98736ae59de178ad1f5b8343d766fdfbb84b / 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