Question

FSM Encryption for Data inside Database

  • 16 March 2021
  • 4 replies
  • 159 views

Userlevel 3
Badge +8

Hi , Can somebody confirm if the data inside a particular table or particular column can be encrypted.

this is from the security point.

I have seen somewhere that Database table name and column name obfuscation is supported inside FSM.

 


This topic has been closed for comments

4 replies

Userlevel 1
Badge +3

I am not aware of a means to encrypt a table or column in the database as the application would need a means/coding to read that encryption.  But you can change the Type in UI to Passwordbox which will display as *****

 

Userlevel 3
Badge +8

Thanks, Ben. Yes, I am aware of the password feature but the Customer is looking for Encryption at the Database level. An Example would be just like the passwords are stored inside DB in an encrypted format. 

Userlevel 1
Badge +3

It requires custom code in order to encrypt it and then read the encryption.  there is a perform encrypt and decrypt but the parameter values are expecting app param so that cant be used.

Userlevel 3
Badge +8

Hi Ben,

Please correct me, The Encryption can be done via Custom Code.  but in order to decrypt it and show it there is no api on the UI.