git ssb

2+

cel / scuttlebot.io



Tree: 2b3708ff390cc334653a3a9ff0f511f866423af7

Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / tmpl / apis / scuttlebot / private.md

626 bytesRaw

scuttlebot private plugin

Methods to publish and decrypt secret messages.

publish: async

Publish an encrypted message.

*this can not be used from the commandline*
publish(content, recps, cb)

The content will be encrypted using the public keys passed into recps. Limit 7 recipients.

unbox: sync

Attempt to decrypt the content of an encrypted message.

*this can not be used from the commandline*
unbox(ciphertext, cb)

Built with git-ssb-web