I am trying to encrypt strings in RSA, but I did not succeed.
I've tried this way (with phpseclib lib):
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, '...');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_...
asked by
27.07.2018 / 02:42