openssl_decrypt
Decrypts data
&reftitle.description;
stringopenssl_decrypt
stringdata
stringmethod
stringpassword
stringraw_inputfalse
Takes a raw or base64 encoded string and decrypts it using a given method and key.
&warn.undocumented.func;
&reftitle.parameters;
data
The data.
method
The cipher method.
password
The password.
raw_input
Setting to &true; will take a raw encoded string,
otherwise a base64 string is assumed for the
data parameter.
&reftitle.returnvalues;
The decrypted string on success&return.falseforfailure;.
&reftitle.errors;
Emits an E_WARNING level error if an unknown cipher algorithm
is passed via the method parameter.
&reftitle.seealso;
openssl_encrypt