Skip to content

Scuttlebot plugin for indexing private share messages

Notifications You must be signed in to change notification settings

gmarcos87/ssb-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssb-share

scuttlebot plugin for indexing private "share" messages.

API

share.publish(content, links, recipients, callback) (async)

Publish encrypted private messages to one or more recipients. Behaves similar to Scuttlesbot's publish method, but also takes an array of recipients (ssb public keys) and an array of links to send.

share.unbox(message) (sync)

Decrypt a share message using your private key. Returns the decrypted message.

read(opts) (sync)

Returns a stream of "share" messages. Takes query options similar to ssb-query.

License

This plugin is heavily based on ssb-private

MIT

About

Scuttlebot plugin for indexing private share messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published