npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ssb-secret-blob

1.0.1

@dominictarr

npmHomeRepoSnykSocket
Downloads:5
$ npm install ssb-secret-blob
DailyWeeklyMonthlyYearly

ssb-secret-blob

a simple script to encrypt a blob for secure scuttlebutt

usage

# add a file to your local sbot, but encrypt it.
# a token comprised of the encrypted blob id,
# and the decryption key will be output.
# paste that into a private ssb message to send a private blob.

> sblob encrypt file.txt
{id?unbox=key}

# decrypt an encrypted blob.
# the token must be inside quotes, or bash won't parse it right.
# output will be contents of file.txt
> sblob decrypt "{id?unbox=key}"

License

MIT