Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ghmsg

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghmsg

Command-line interface to encrypt message using github users public ssh keys

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ghmsg

Build Status Coverage Status

Command-line interface to encrypt message using github users public ssh keys

Installation

$ npm install -g ghmsg

Usage

encrypt

Encrypt a message with an user's public ssh key, retrieved from Github. If user has multiple keys, the first one will be used.

$ ghmsg encrypt <user> -m <message>

$ ghmsg encrypt joawan -m "hello world"
decrypt

Decrypt a message with your private key, that matches public key on Github. Defaults to ~/.ssh/id_rsa.

$ ghmsg decrypt -m <message> -k ~/.ssh/id_rsa

$ ghmsg decrypt joawan -m "NK33pIHyNlAwcJ1...0w=="

Why?

You don't want to send passwords and other sensitive data in plain text for everyone to see.

Why not use keybase.io? Keybase is still invite only, and it is yet another service to set up and configure. This uses your Github account where you should already have an ssh key.

Keywords

FAQs

Package last updated on 10 Apr 2016

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