git ssb

4+

Dominic / scuttlebot



Tree: 28f67af09327610095853aaf8df4b182185f8108

Files: 28f67af09327610095853aaf8df4b182185f8108 / plugins / 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