php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #81047 It will be a good idea if one can encrypt his/her php program
Submitted: 2021-05-18 15:25 UTC Modified: 2021-05-18 15:29 UTC
From: zyyishusheng at 163 dot com Assigned:
Status: Wont fix Package: *Compile Issues
PHP Version: 8.0.6 OS: linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2021-05-18 15:25 UTC] zyyishusheng at 163 dot com
Description:
------------
as a php programer,it is really bad that our program code can be seen by our customers,and they can even resale to others or gi them a copy,that's a big loss for these hard working programmers.so i got an idea,we shold add a function to php compiler to encrypt our program by using a password key,and then the customer who bought the php program shold use the password key supported by the programmers to run the php program.


i hope this feature can add to php,many thanks.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-05-18 15:29 UTC] nikic@php.net
-Status: Open +Status: Wont fix
 [2021-05-18 15:29 UTC] nikic@php.net
We have no interest in supporting encrypted source code in PHP core. However, there are 3rd party vendors that do provide this functionality. A few are listed here: https://stackoverflow.com/questions/18203112/is-it-possible-to-hide-encode-encrypt-php-source-code-and-let-others-have-the-sy
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC