sc_encode({My_Field})

Returns the field or variable with the content encrypted.


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



Ex. 2: Encrypting an user variable:
$field_crypt = sc_encode($my_var);

 

Note: Netmake isn't responsible by the encrypting algorithm integrity, (The algorithm provided is open source).