Skip to content
Subin Siby edited this page Sep 6, 2014 · 1 revision

Description

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

<?php
echo $OP->decrypt("open.subinsb.com");
?>

Returns

The decrypted string or the original string before it was encrypted.

Clone this wiki locally