Slide 28
Slide 28 text
Criptografia com PHP
@vcampitelli
string
string openssl_encrypt
openssl_encrypt(
( string
string $data
$data ,
,
string
string $method
$method ,
, string
string $key
$key [
[,
, int
int
$options
$options =
= 0
0 [
[,
, string
string $iv
$iv =
= ""
"" [
[,
, string
string
&
&$tag
$tag =
= NULL
NULL [
[,
, string
string $aad
$aad =
= ""
"" [
[,
, int
int
$tag_length
$tag_length =
= 16
16 ]
]]
]]
]]
]]
] )
)
9 . 3