python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrading from phpseclib 2 to 3
I inherited a project years ago and and we started randomly having issues with phpseclib 2.x not decrypting anymore just a few days ago and I'm pulling my hair out on this one. No code changed in our ...
Jestep
Votes: 0
Answers: 1
What's the PHP equivalent of Java RSA Decryption?
What I'm trying to do here is implement Samsung Pay on PHP but so far I haven't been able to get the decryption process correctly.
Below is the Java code sample that I'm trying to port in PHP:
import...
Abdush Shakoor Mohamed Nazeer
Votes: 0
Answers: 1
How do I upload files to Amazon EC2 server in php?
I have installed Apache server on one EC2 instance to serve files in Amazon EFS file system. Then I mount EFS under apache root /var/www/html. I have created subfolders under this path. Now I would li...
Sreedevi
Votes: 0
Answers: 1
Message: Class 'PublicKeyLoader' not found (phpseclib)
I am trying to connect SSH to EC2 server with privatekey using php (phpseclib). I've downloaded phpseclib from GitHub and added into libraries folder.
My code:
/* $dir --- contains my library folder p...
Sreedevi
Votes: 0
Answers: 2