|
openssl_decryptDecrypts data Description
string openssl_decrypt
( string
$data
, string $method
, string $key
[, int $options = 0
[, string $iv = ""
[, string $tag = ""
[, string $aad = ""
]]]] )Takes a raw or base64 encoded string and decrypts it using a given method and key. Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
The decrypted string on success or Errors/Exceptions
Emits an
Emits an Changelog
See Also
|