Provides capability to do AES encryption on client side.
Can be combined using server side encryption from CryptoJS_Server plugin.
-----------------------------
Actions:
1. EncryptAES_Client: Encrypt plain text using AES, combined with DecryptAES_Client action.
2. DecryptAES_Client: Decrypt to plain text using AES, combined with EncryptAES_Client action.
3. EncryptAES_Server: Encrypt plain text using AES in the client side, combined with DecryptAES server action from CryptoJS_Server plugin.
4. DecryptAES_Server: Decrypt to plain text using AES in the client side, combined with EncryptAES server action from CryptoJS_Server plugin.
NOTE: Key must be 32 characters for server side encryption.
For reference, check OS11 version at: https://code.google.com/archive/p/crypto-js/
Documentation: https://cryptojs.gitbook.io/docs/