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