Page 1 of 1

Encrypt PHP codes on client's host

Posted: Thu Dec 01, 2011 4:18 am
by ginigangadharan
Dear Geeks,
I want make my php code to be encrypted or unreadable to the user. I mean even the users have access on hosted files. there are some paid encryption services, but i don't believe its accuracy. and I want to do it in our own basic.
Also there is a plan to implement a hardware security key (USB Dongle) for my software.

Any ideas from your side ?
All suggestions are invited.


regards
gini

Re: Encrypt PHP codes on client's host

Posted: Thu Dec 01, 2011 4:38 am
by mikeashfield
Your PHP code isn't viewable to the end user, the server parses the PHP and returns only HTML to the client browser.

Re: Encrypt PHP codes on client's host

Posted: Thu Dec 01, 2011 4:50 am
by ginigangadharan
Hi mikeashfield,
thank you for your reply.
I think i have to explain a little bit more.
I am distributing this software/web application on my client's own server, which is locally accessible by the client/customer.
I mean he can see the plain text php file/script in /usr/web/app or c: or d: folders.
here is problem, which we want to solve.

thanks again
Gini

Re: Encrypt PHP codes on client's host

Posted: Thu Dec 01, 2011 6:58 am
by social_experiment
viewtopic.php?f=6&t=132768&p=665050#p665050
This url might be similar to what you want to achieve