Hello Everybody,
I want to convert php code i.e. php file to self decryptable code file. so that when anyone tries to see the (self decryptable) php file it will be in encrypted format but when the request of php file given in the IE or any browser it should execute the php file.
I want solution of this despirately early.
Plz. Help me.
Thanx in Advanced.
Rgds,
Parag
Want one solution of the problem
Moderator: General Moderators
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
See, for self-decryption to work the script should be in that intermediate form which is understandable by the interpreter which will load it. The interpreter maybe a server extension like Zend or one of your own. but the prob is that if you write your own, the encoding method can be reversed simply by viewing the source. In short, Zend may be for you.