In php5.2 openssl, apache crashes when calling the openssl_private_decrypt method. How to solve it?
Eval
Eval 2017-09-04 11:44:20
0
1
1132

    private function rasDecrypt($data,$privateKey) {
        $pi_key = openssl_pkey_get_private($privateKey);
        $res = '';
        openssl_private_decrypt(base64_decode($data), $res, $pi_key);
        return $res;
    }

Eval
Eval

reply all(1)
小小卫

There is no p-bean. I really can’t help you. I won’t accept your question. Thank you for watching the video. There is no p-bean. Sorry for the trouble. Thank you

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!