Page 1 of 1

Secure Source Code and Software Validity

Posted: Sat Apr 16, 2016 11:41 pm
by Bishu

I hope if we can secure our source code while generating the PHP project than it will be very good to make our client away from our work.

And the another feature to make our software with time limit.
For Example : I have to develop a software where the client have to pay annually.


Re: Secure Source Code and Software Validity

Posted: Mon Apr 18, 2016 3:35 pm
by papirri3

That feauture would be great


Re: Secure Source Code and Software Validity

Posted: Wed Apr 20, 2016 5:35 pm
by andyrav

i would like this also.


Re: Secure Source Code and Software Validity

Posted: Wed Apr 27, 2016 7:01 pm
by digitalphotoworld

An option to obfuscate all the generated files would be a great thing. But it should be possible to include external files. For performance-reasons I have a lot of code outside of the project. If only the main files would be obfuscated, all extern resources wan't work.


Re: Secure Source Code and Software Validity

Posted: Sat May 28, 2016 2:25 pm
by wpm

+1


Encoding Script after Generation

Posted: Wed Jun 19, 2019 1:34 am
by dsingh

Hi Friends, there should be one more generation button called as "publishing project". The main feature of this button is that, upon click this the entire projects scripts is encoded, so that no one can edit the generated file or manipulate the files.


Re: Secure Source Code and Software Validity

Posted: Fri Jun 21, 2019 9:32 am
by mobhar

I agree with digitalphotoworld's opinion. This is hard to implement, because of performance reason. When the code in the script files are encrypted, it will take a few seconds to decrypted back, then web server will read and execute it properly.


Re: Secure Source Code and Software Validity

Posted: Thu Jul 28, 2022 7:24 pm
by sticcino

There are systems that already do this such as from Zend. you are trying to re-invent the wheel