You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Daniel Linsley edited this page Jun 21, 2019
·
2 revisions
vRealize Orchestrator Encryption Plugin
Overview
An inventory-less vRO plugin to provide Encoding, Digest, Cipher and Asymmetric (RSA) Encryption methods.
Background
Prior to this plugin when integration projects required Encoding/Digest/Encryption methods the authors used JavaScript libraries like CryptoJS or JSEncrypt on the Rhino runtime of Orchestrator. The performance was adequate. Handing of non string data in JavaScript in Orchestrator was a challenge across the different libraries. Not all libraries had methods for handling Base64 encoded strings.
By providing Java based methods instead with a plugin, the CPU utilization is exponentially less. All functionality supports string and binary data.