PHP » GoLang |
login |
register |
about
|
GoLang openssl_public_encrypt
request it (361)
GoLang replacement for PHP's openssl_public_encrypt
[edit | history]
openssl_public_encrypt(PHP 4 >= 4.0.6, PHP 5, PHP 7) openssl_public_encrypt — Encrypts data with public key Description
bool openssl_public_encrypt
( string
$data
, string &$crypted
, mixed $key
[, int $padding = OPENSSL_PKCS1_PADDING
] )
openssl_public_encrypt() encrypts This function can be used e.g. to encrypt message which can be then read only by owner of the private key. It can be also used to store secure data in database. Parameters
Return Values
Returns See Also
|
more
Recently updated
more
Most requested
more
Last requests
|