PHP » GoLang |
login |
register |
about
|
GoLang openssl_decrypt
request it (406)
GoLang replacement for PHP's openssl_decrypt
[edit | history]
openssl_decrypt(PHP 5 >= 5.3.0, PHP 7) openssl_decrypt — Decrypts 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. Parameters
Return Values
The decrypted string on success or Errors/Exceptions
Emits an
Emits an Changelog
|
more
Recently updated
more
Most requested
more
Last requests
|