0.2.0 • Published 9 years ago
onf-sneak v0.2.0
onf-sneak
This is a simple message encoder that is intended to be fun and whimsical and a bit educational.
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.comPoor Man's Chat App
- Each participant generates SSH keys (with secure passphrase, of course).
- Add each public key to the remote server's authorized_keysfile.
- Each participant should add their SSH key to their GPG-AGENTorSSH-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 generateKeyorgenerateDHKeyfunction.
- Have fun!