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