Encryption Functions

Overview

Allows for the encryption and decryption of text data using symmetric AES encryption. This plug-in uses standard Java cryptography functions to expose expression functions for the encryption and decryption of data using AES.

Key Features & Functionality

Functions:

  • encryptvalue(): Encrypt plain text data using an AES encryption key stored in the Secure Credentials Store
  • decryptvalue(): Decrypt encrypted text data using an AES encryption key stored in the Secure Credentials Store

Features:

  • Supports up to 256-bit AES keys when JCE Unlimited Strength Jurisdiction Policy is enabled
  • Backwards compatible with older versions of Java lacking support for >128-bit encryption keys
Anonymous
Parents
  • HI ,

    Is there any document on how to configure field name, key and value in third part credentials?

     how to generate value ,is it automatically generated one ?

    In The expresseion: encryptvalue(valueToEncrypt:local!phoneNumber,
    externalSystemKey:"encryptdecryptkey",
    scsFieldKey:"key"

    ), what is mean by externalsystemkey and scsfieldkey

Comment
  • HI ,

    Is there any document on how to configure field name, key and value in third part credentials?

     how to generate value ,is it automatically generated one ?

    In The expresseion: encryptvalue(valueToEncrypt:local!phoneNumber,
    externalSystemKey:"encryptdecryptkey",
    scsFieldKey:"key"

    ), what is mean by externalsystemkey and scsfieldkey

Children
No Data