sc_decode({My_Field})

Returns, the encrypted field or variable, to its original value.

Ex. 1: Using a local variable:
{my_field} = sc_decode($field_cript);



Ex. 2: Using an user variable:
$my_var = sc_decode($field_cript);


Note: Netmake isn't responsible by the cryptography algorithm integrity (it is an open source algorithm)