This is a webMethods.io community connector that uses the OpenPGP protocol to perform encryption and decryption of string data. Two actions are supported:
- Encrypt
- Decrypt
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This connector requires any Node version between 8.14.0 and 10.14.2.
Note: If you have installed any other Node version on your system, you can:
- Use tools to switch between different versions of Node
-
For Windows, use nvm-windows.
-
For Mac, use homebrew.
- Build your app using your existing Node version and then transpile your code using a transpiler like Babel.
The connector has been built with wmiocli, webMethods.io's iPaaS Connector Builder CLI tool and openpgp.js, a JavaScript implementation of the OpenPGP protocol.
- Clone the repo
https://github.com/SoftwareAG/webmethods.io-OpenPGP-Connector.git
. - Run
npm install -g @webmethodsio/wmiocli
. - Login to your webMethods.io tenant using
wmio login
. - Execute
npm install
to get started. - Finally, execute
wmio deploy
to deploy this connector to your tenant.
Once deployed, it’ll be automatically registered with webMethods.io Integration and will be available to you locally in the Connectors panel under the Services tab.
To test, you can execute wmio test
.
Execute wmio deploy
to deploy this connector to your webMethods.io tenant. And wmio unpublish
to unpublish the published connector app along with triggers and actions associated with the app.
Note: You can use this key generator to generate keys for testing.
Node v8.14.0 and wmiocli, webMethods.io's iPaaS Connector Builder CLI.
Anshuman Saikia | Dipankar Dutta | Nawajish Laskar
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
Contact us at TECHcommunity if you have any questions.