Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
How to encrypt all apache files php output in Ubuntu 18 with AES 128 Encryption?

I have seen an Apache server which I can't find its programmer that he implemented some kind of AES encryption in all PHP script files hosted in Apache. Where when client requests the link using HTTP it outputs the PHP script array output with no encryption and completely readable but when client requests the link using HTTPS, the output is encrypted with AES encryption.

For Example, when client request this link http://example.com/activate.php?login=2571397584808022 the output looks like that in the browser

{"authentification":[{"status":"001","msg":"Welcome, your account expire after 274 days"}]}

But when the client requests the link with HTTPS like that https://example.com/activate.php?login=2571397584808022 The PHP script output looks like that

m6TDiNpa3ey/pmppthFnVb0CYoL4ae52PnYrAbGnwiCwlYnpqeJVcoRBNvcW1lpPbkOqcmxX/9QuiawzDFjGLGCFroWnp1oQ/H5E7uLjL+ghSRKFM5JApCnEUV3LzC4d

I can confirm that it is AES 128 encryption. First, I thought that it was some more codes added to this specific PHP script (activate) to encrypt the output but I noticed that this feature happens in all PHP scripts and files in all Apache server directories if the client request was HTTPS not HTTP. I think it is more of a configuration is SSL Apache config. I am asking if anyone is familiar with this kind of configurations for Apache or give me a hint to start with.

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!