Skip to main content
4 votes
1 answer
140 views

I have a value that was encrypted using PHP openssl using cipher AES-CBC-256 but the passphrase for the final value was also encrypted using the same method. openssl_encrypt($key, $cipher, $passphrase,...
kfernandez's user avatar
1 vote
1 answer
199 views

We have been using FPDF on our AWS EC2 instances for many years and for some of the documents, we use the SetProtection script to encrypt them, allowing only "print" as the possible option. ...
Dave Spencer's user avatar
0 votes
0 answers
77 views

I'm trying to verify a signature using the Volume API for make a payment. According to them, I need to, To verify the signature, consume the original, unmodified payload sent from Volume and verify it ...
Cleber Castiglioni's user avatar
-1 votes
1 answer
163 views

I have a PHP script that will encrypt data to store in a database, but when I run the script, the openssl_encrypt returns false with the error: "error:1C800066:Provider routines::cipher operation ...
beans-are-gross's user avatar
2 votes
1 answer
341 views

I am trying to create CSR using PHP and OpenSSL extension, but when I do that it gives me an error which says: Failed to generate private key: error:2006D080:BIO routines:BIO_new_file:no such file ...
momo's user avatar
  • 73
0 votes
0 answers
152 views

I'm experiencing an issue with PHP Sodium encryption and decryption. Despite ensuring that the keys, configuration, and environments are consistent, decryption consistently fails. PHP Version 8.2 ...
mybackhurtstoomuch12's user avatar
0 votes
1 answer
875 views

To get the public certificate (PEM) for a website in FireFox, I do this: Go to website, eg., https://stackoverflow.com , and click on padlock icon in address bar. Click on Connection secure -> ...
Boycott A.I.'s user avatar
  • 19.2k
0 votes
2 answers
691 views

I am try to Encrypt data in JS and Decrypt it in PHP using AES encryption algorithm in GCM and Base64 encoding. But during decryption I always get false as result without any openssl error. I have ...
Gabriel Rogath's user avatar

15 30 50 per page
1
2 3 4 5
28