sc_decode({My_Field})

This macro returns the encrypted field or variable to its original value.

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



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


Note: Scriptcase's owner, Netmake, isn't responsible by the cryptography algorithm integrity (it is an open-source algorithm)