Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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:
Hello,
This plugin was added to an agency repository for code scanning by sonarQube and the following High severity issue was detected
Encryption algorithms should be used with secure mode and padding scheme
This issue is displayed in the directory Encryption-Functions/src/com/appiansolutionengineering/encryption/EncryptionHelper.javaat line 178 cipher = Cipher.getInstance("AES/CBC/PKCS5Padding");
Can someone let us know if this is something that can be updated to no longer have the vulnerability appear by the scan