# node-red-contrib-openpgp-by-bhk
A package for[Node-RED](http://nodered.org) allowing to use pgp encryption within Node-RED.

## Install
Use npm to install
```bash
npm install node-red-contrib-openpgp-by-bhk
```

## Nodes included in the package
**PGP_GENERATE_KEY_PAIR**
**PGP_ENCRYPT**
**PGP_DECRYPT**
**PGP_ENCRYPT_SIGN**
**PGP_DECRYPT_SIGNED**

## Sample Flow
* [node-red-contrib-openpgp-bhk-sample](https://github.com/AhmedBHK2/node-red-contrib-openpgp-bhk-sample)

## Authors
* [AhmedBHK](https://github.com/AhmedBHK2)

## Credits
This node is public thanks to the inspiration got from [Valerio Vaccaro](https://github.com/valerio-vaccaro)