PHP » GoLang |
login |
register |
about
|
GoLang openssl_private_decrypt
request it (365)
GoLang replacement for PHP's openssl_private_decrypt
[edit | history]
openssl_private_decrypt(PHP 4 >= 4.0.6, PHP 5, PHP 7) openssl_private_decrypt — Decrypts data with private key Description
bool openssl_private_decrypt
( string
$data
, string &$decrypted
, mixed $key
[, int $padding = OPENSSL_PKCS1_PADDING
] )
openssl_private_decrypt() decrypts
You can use this function e.g. to decrypt data which is supposed to only be available to you. Parameters
Return Values
Returns See Also
|
more
Recently updated
more
Most requested
|