Base plugin that provides capability to do AES encryption on server side.
Can be combined using client side encryption from CryptoJS plugin.
-----------------------------
Actions:
1. EncryptAES: Encrypt plain text using AES in the server side, combined with DecryptAES_Server client action from CryptoJS plugin.
2. DecryptAES: Decrypt to plain text using AES in the server side, combined with EncryptAES_Server client action from CryptoJS plugin.
NOTE: Key must be 32 characters.
For reference, check OS11 version at: https://www.outsystems.com/forge/component-overview/9435/cryptojs-server
Documentation: https://cryptojs.gitbook.io/docs/