Question

Is Encryption and decryption possible in FSM for a user_def field value?

  • 22 October 2021
  • 1 reply
  • 56 views

Userlevel 3
Badge +6

Hi All,

I need to encrypt and decrypt a user_def field value. Let’s say it is a value like 123241. Can we implement the encryption and decryption logic for this like password in FSM?

 

Can anybody help me on this. 


This topic has been closed for comments

1 reply

Userlevel 5
Badge +12

Hi @TatRajatM 

You could see encrypt/decrypt functionality only in specific baseline feature. Like App params, Scheduling app params etc. But that capability cannot be extended to other places with only configs.

I guess, a customization would be an option. Ex: Custom MPM, which can be invoked from anywhere in the application.

/Sanjeewa