|
-
Jun 6th, 2003, 07:17 PM
#1
Thread Starter
Hyperactive Member
Protecting PHP Source
I develope applications for a close knit community of internet users. Up till now I have developed everything for them for free (I'm nice like that ).
But now I want to try and get a little return for my time and effort as most developers do. The problem is, so close knit are those I develope for that I know without a doubt that should I create some php script for them that it will be passed on over the net like wildfire, destroying my chances.
My question is simply, is there any way in which we can protect php code?
Doing a search there appears to be some encrypting apps, but I don't fully comprehend how they work. Obviously they encrypt the source, but in order to decrypt it, would the client server have to have the decrypt key/code, and in which case, wouldn't that defeat the object of encrypting it in the first place, since the decryption socket can be passed along with the scripts?
Any help, advise, info is grately appreciated.
TIA
Last edited by LucaUWF; Jun 6th, 2003 at 07:22 PM.
-
Jun 24th, 2003, 01:05 PM
#2
Frenzied Member
it works this way. you code your page and then run it through the program so it will encrypt it. then once it is on the server you have to install the de-encrytion program. yes every server you have your software on will have to have it. big bucks if you go that way. it doesn't send out the key, it decrypts it on the fly.
if you are worried about your source being leaked out on the net, then I suggest you find a different hobby, php is open-source. just include a liscence agreement with it, best you can do unless you want to pay the bucks to get the software.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|