An inventory-less vRealize Orchestrator (vRO) plugin to provide Encoding, Digest, Cipher, and RSA Encryption.
When an integration or automation project with vRO needed some encryption, developers typically used either CryptoJS or JSEncrypt on top of the Rhino Javascript runtime of Orchestrator.
This plugin provides similar methods, is compatible with binary data and is exponentially more efficient with CPU time.
vRO 7 API Explorer view | vRO 8 API Explorer view |
---|---|
Latest stable compiled plugin can be found at releases
Add it to your Orchestrator as any other plugin.
- vRealize Orchestrator (vRO) 7.0 or greater including vRO 8.x. Last Validated on vRO 8.5.0
- Get access to a /vco-repo from a running vRO VM. Typical URL is http://vro.corp.local:8280/vco-repo. Note the version of your Orchestrator for use in the build command (Ex: 7.1.0, 7.2.0)
- mvn clean install -Dvco.version=7.1.0 -DrepoUrl=http://vro.corp.local:8280/vco-repo
- The compiled plugin will be in the target directory
Please see the project wiki for plugin documentation and usage samples.
See CONTRIBUTING for details on submitting changes and the contribution workflow.
vRealize Orchestrator Encryption Plugin is available under the BSD 2-Clause license.