PGP encrypted messages for Keybase users in our chat rooms
I’ve released hubot-keybase, a Hubot script to encrypt messages for Keybase users.
ref: ngs/hubot-keybase on GitHub
How to use
When you type message in your chat room like:
hubot keybase encrypt:ngs Hi there!
# ^ Keybase username!
Hubot replies PGP encrypted message using public key for specified user.
-----BEGIN PGP MESSAGE-----
Version: OpenPGP.js v2.3.0
Comment: http://openpgpjs.org
wcBMA2GjYRB9O5DgA...(snip)
-----END PGP MESSAGE-----
Install
1. Add hubot-keybase
to dependencies.
npm install --save hubot-keybase
2. Update external-scripts.json
["hubot-keybase"]
Feedbacks
If you find some bugs or request, feel free to drop me an issue on GitHub repository or PRs are welcome :)
https://github.com/ngs/hubot-keybase/issues
Enjoy encrypting!