onf-sneak

0.2.0 • Public • Published

onf-sneak

This is a simple message encoder that is intended to be fun and whimsical and a bit educational.

Build Status Coverage Status

Installation

npm i onf-sneak

Example

Generate a symmetric key and send to a friend using GPG:

onf-sneak generateKey | gpg -e -a -r ben@example.com

Poor Man's Chat App

  • Each participant generates SSH keys (with secure passphrase, of course).
  • Add each public key to the remote server's authorized_keys file.
  • Each participant should add their SSH key to their GPG-AGENT or SSH-AGENT.
  • Create a named pipe on the remote server.
  • Replace the vps name and the name of the named pipe for each script in the scripts/ directory.
  • Generate a shared key by using either the generateKey or generateDHKey function.
  • Have fun!

License

GPLv3

Readme

Keywords

Package Sidebar

Install

npm i onf-sneak

Weekly Downloads

0

Version

0.2.0

License

GPLv3

Last publish

Collaborators

  • benjam72