PHP » GoLang |
login |
register |
about
|
GoLang openssl_public_decrypt
request it (409)
GoLang replacement for PHP's openssl_public_decrypt
[edit | history]
openssl_public_decrypt(PHP 4 >= 4.0.6, PHP 5, PHP 7) openssl_public_decrypt — Decrypts data with public key Description
bool openssl_public_decrypt
( string
$data
, string &$decrypted
, mixed $key
[, int $padding = OPENSSL_PKCS1_PADDING
] )
openssl_public_decrypt() decrypts
You can use this function e.g. to check if the message was written by the owner of the private key. Parameters
Return Values
Returns See Also
|
more
Recently updated
more
Most requested
more
Last requests
|