update : 2015.11.03
php.shukuma.com검색:
|
openssl_private_encrypt(PHP 4 >= 4.0.6, PHP 5) openssl_private_encrypt — Encrypts data with private key 설명
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. 인수
반환값
성공 시 참고
|