php encryption

allinone

New Member
Messages
227
Reaction score
0
Points
0
is there any way to encrypt the php webpage so that when a user see the source of my page no original urls are displayed????????:happysad:
 

Fearghal

Member
Messages
286
Reaction score
0
Points
16
As far as I know md5 is the only php encryption. Its one way and non-decryptable.

I dont think there is anyway to encrypt a webpage and let users still view it without letting them decrypt it. . .

Sorry,
-Fearghal
 

Nathan H

New Member
Messages
562
Reaction score
0
Points
0
If you mean when someone clicks View, Source to see where links, and images etc are stored then the answer is no. If you make it impossible to read by human eyes, then the webbrowser can't either. If you want to hide things like include addresses etc, then you don't have to worry because the visitor will never see them anyway.
 
Top