You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function can be found at inc/class.open.php file file. It contains a $key variable which is used as the salt for encryption. This key value should not exceed 25 characters.
Parameters
$value - The string to encrypt
Usage
<?phpecho$OP->encrypt("open.subinsb.com");
?>
Returns
The encrypted string. The length of the output may vary according to the input string.