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
Provides simple Base64 functions intended for use on SAIL interfaces:
Key Features & Functionality
is this being updated for newer versions?
hi Tim Nguyen I need to use hex2base64 but it always returns null? I'm guessing for some odd reason this has a character limit too which seems unrealistic for a HEX encoded string?hex2base64( "3136346338623133396234646262633530323661363133313136366363303261626464383461366339306339636531373362363232613464323939306462623761646233343537333361656334303034633135313936623336613434613431386133393434343235" )
hex2base64( "3136346338623133396234646262633530323661363133313136366363303261626464383461366339306339636531373362363232613464323939306462623761646233343537333361656334303034633135313936623336613434613431386133393434343235" )
I want to base64 encode a AES encrypted string 150 characters seems a little short, are there plans to increase the limits?
Hi Tim Nguyen
It was the same use case as Sudipta Biswas for encoding documents but less of a need with 18.3
Hi Tim Nguyen ,
I want a max length around 2000. In my use case this is a base64 encoded xml document
Hi dannyt,
What is the use case for extending the max length, and how long would the max length be extended to?
-Tim
Is it possible to extend the max length on this plugin?