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
Decrypts a string that was encrypted by $OP->encrypt().
Configuration
This function can be found at inc/class.open.php file file. It contains a $key variable which is the key used in the $OP->encrypt() function. This key value should be the same as in the $OP->encrypter() function.
Parameters
$value - The encrypted value to decrypt
Usage
<?phpecho$OP->decrypt("open.subinsb.com");
?>
Returns
The decrypted string or the original string before it was encrypted.