Give us feedback
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

Details
Encode & Decode base64 data value with Javascript in Client Action for encode value (text,number,etc), encode input parameter value, local variable value, client variable value.
Read more

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")

Release notes (1.0.0)
Reviews (0)
Team