New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

octosecret

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octosecret

Simple and secure encryption between github users [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

octosecret

Simple and secure encryption between github users JavaScript Style Guide

How it works

This tool can encrypt/decrypt files or streams of data. Data will be encrypted using the public key of the github user you specify. Decryption will use your private key (typically located at ~/.ssh/id_rsa). Check octosecret-crypto for implementation details.

API


  Usage:
    $ octosecret [command] [args]

  Commands:
    encrypt [github username] [file]    Encrypt using github user public key
    decrypt [file]                      Decrypt using your private key

  How it works:
    This tool will encrypt/decrypt files or streams. Data will be encrypted
    using the public key of the github user you specify. Decryption will use
    your private key (located at ~/.ssh/id_rsa)

  Examples:
    Start encryption in interactive mode.
    $ octosecret encrypt

    Encrypt '/some/file' using github.com/hugorodrigues public key.
    $ octosecret encrypt hugorodrigues /some/file

    Encrypt data using github.com/hugorodrigues public key.
    $ echo "Hello" | octosecret encrypt hugorodrigues

    Decrypt in interactive mode.
    $ octosecret decrypt

    Decrypt '/some/file.octosecret' using your private key.
    $ octosecret decrypt /some/file.octosecret

Check octosecret-crypto if you need to use this programmatically.

FAQs

Package last updated on 21 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc