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:
Features:
Hi,
i am trying to add a validation inside the a!encryptedTextField(), is there a way to add validations?
there is no parameter for "validation".
if you suggest that will be helpful.
a!localVariables( local!accountNumber, { a!encryptedTextField( label: "Bank Account Number:", labelPosition: "ABOVE", value: local!accountNumber, saveInto: local!accountNumber, refreshAfter: "UNFOCUS", required: true,
), } )