openssl_decrypt

openssl_decrypt

(PHP 5 >= 5.3.0, PHP 7)

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.