JCryptCipherSimple::decrypt
Method to decrypt a data string.
Signature
public function decrypt(string
$data,
JCryptKey
$key )
Parameters
-
$data
- The encrypted string to decrypt.
-
$key
- The key[/pair] object to use for decryption.
Returns
- string
- The decrypted data string.