# o11n-plugin-crypto **Repository Path**: mirrors_vmware/o11n-plugin-crypto ## Basic Information - **Project Name**: o11n-plugin-crypto - **Description**: vRealize Orchestrator Encryption Plugin - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vRealize Orchestrator Encryption Plugin ## Overview 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 | | --- | --- | | ![Crypto Plugin shown in api explorer from vRO 7](crypto_api_explorer.png) | ![Crypto Plugin shown in api explorer from vRO 8](vRO8_crypto_api_explorer.png) | ## Try it out Latest stable compiled plugin can be found at [releases](https://github.com/vmware/o11n-plugin-crypto/releases) Add it to your Orchestrator as any other plugin. ### Prerequisites * vRealize Orchestrator (vRO) 7.0 or greater including vRO 8.x. Last Validated on vRO 8.5.0 ### Build From Source 1. 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) 2. mvn clean install -Dvco.version=*7.1.0* -DrepoUrl=http://*vro.corp.local*:8280/vco-repo 3. The compiled plugin will be in the *target* directory ## Documentation Please see the project [wiki](https://github.com/vmware/o11n-plugin-crypto/wiki) for plugin documentation and usage samples. ## Contributing See [CONTRIBUTING](CONTRIBUTING.md) for details on submitting changes and the contribution workflow. ## License vRealize Orchestrator Encryption Plugin is available under the [BSD 2-Clause license](LICENSE).