hide-params
Reactive icon

Hide Params

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 02 November 2022
 by 
0.0
 (0 ratings)
hide-params

Hide Params

Documentation
1.0.0

Encode & Decode base64 data value with Javascript in Client Action,


Client Action Encode :

  • String :  text
  • SecretKey : text
  • Output: EncodeString : text


Client Action Decode:

  • EncodeString :  text
  • SecretKey : text
  • Output: DecodeString: text


Use function for encode :

Encode(String,"SECRETKEY")

Use function for decode :

Decode(Encode String,"SECRETKEY")