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
Encrypt PHP codes on client's host
Moderator: General Moderators
-
ginigangadharan
- Forum Newbie
- Posts: 4
- Joined: Thu Dec 01, 2011 3:56 am
-
mikeashfield
- Forum Contributor
- Posts: 159
- Joined: Sat Oct 22, 2011 10:50 am
Re: Encrypt PHP codes on client's host
Your PHP code isn't viewable to the end user, the server parses the PHP and returns only HTML to the client browser.
-
ginigangadharan
- Forum Newbie
- Posts: 4
- Joined: Thu Dec 01, 2011 3:56 am
Re: Encrypt PHP codes on client's host
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
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
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Encrypt PHP codes on client's host
viewtopic.php?f=6&t=132768&p=665050#p665050
This url might be similar to what you want to achieve
This url might be similar to what you want to achieve
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering