search

Home  >  Q&A  >  body text

In php5.2 openssl, apache crashes when calling the openssl_private_decrypt method. How to solve it?

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

EvalEval2763 days ago1229

reply all(1)I'll reply

  • 小小卫

    小小卫2017-09-19 16:15:12

    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

    reply
    0
  • Cancelreply