PHP » GoLang |
login |
register |
about
|
GoLang openssl_private_encrypt
request it (392)
GoLang replacement for PHP's openssl_private_encrypt
[edit | history]
openssl_private_encrypt(PHP 4 >= 4.0.6, PHP 5, PHP 7) openssl_private_encrypt — Encrypts data with private key Description
bool openssl_private_encrypt
( string
$data
, string &$crypted
, mixed $key
[, int $padding = OPENSSL_PKCS1_PADDING
] )
openssl_private_encrypt() encrypts This function can be used e.g. to sign data (or its hash) to prove that it is not written by someone else. Parameters
Return Values
Returns See Also
|
more
Recently updated
more
Most requested
more
Last requests
|