Skip to main content
July 21, 2023
Question

Is there any way to apply encryption on data while displaying in UI(SAIL Interface)

  • July 21, 2023
  • 11 replies
  • 0 views

Data is residing in DB but is it possible to show encrypted data in UI instead of actual value?

11 replies

jamesm4933
July 21, 2023

The purpose of encryption is to make something meaningless to everyone who is not authorized.  That being the case, you may want to consider simply not displaying it, or have some kind of meaningless place holder.

It is possible the a!encryptedTextField, might be what you are looking for, too.

July 21, 2023

encryptedtextFiled can be used to encrypt while saving into DB. But here what i am looking for if any data is being processed then if it can be encrypted at Appian level whether UI or process report etc.

mathieud0001
July 21, 2023
mathieud0001
July 21, 2023

Was the data saved via an encryptedTextField or was encrypted using another method?