Top "Php-openssl" questions

Using this extension, PHP can use some OpenSSL functions to do direct encryption.

Handling "The openssl extension is missing: in XAMPP

I tried to Install composer on my PC (Windows 8 Pro 64x and XAMPP 3.2.1), so I downloaded Windows Installer and run …

php apache xampp php-openssl
openssl_sign(): supplied key param cannot be coerced into a private key

I have googled to search answer for these problem.but I'm not able to find proper solution for my question …

openssl rsa digital-signature php-openssl
openssl_encrypt returns false

I am trying to encrypt a string using openssl_encrypt in PHP but it keeps returning FALSE. $encrypted = openssl_encrypt(…

php encryption php-openssl
SSL3_GET_SERVER_CERTIFICATE certificate verify failed on Windows 10 Pro with IIS

When trying to send emails through smtp.google.com via PHPMailer on PHP hosted by IIS on Windows 10, I get …

php iis phpmailer php-openssl
Convert encrypt and decrypt C# function to PHP function

I would like to convert C# function to PHP function. Here is link to Function in C# : https://stackoverflow.com/…

c# php encryption php-openssl
AES encrypt in PHP with OpenSSL / decrypt in Node.js

I'm working on a symmetric encryption with OpenSSL using PHP and Nodejs. PHP uses the OpenSSL library, and Node.js …

php node.js php-openssl
Recompile PHP with OpenSSL on CentOS

I have upgraded openssl version to 1.02l from 1.0.1e and PHP version from PHP 5.6 to PHP 7.1.8 (PHP is installed using …

php openssl centos7 php-openssl
Using OPENSSL_RAW_DATA param in openssl_decrypt with php 5.3

My company is implementing V.me checkout on our site. Visa has provided us with a file of php helper …

php encryption php-openssl
Encrypting (large) files in PHP with openSSL

I'm trying to encrypt (big) files in PHP using AES and have looked into using Mcrypt and OpenSSL, the problem …

php file encryption aes php-openssl