Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Source Encryption 1

Status
Not open for further replies.

overyde

Programmer
Joined
May 27, 2003
Messages
226
Location
ZA
Hi,
Does anyone know of a php/html source encryption that is free? Similar to "PHP Code Lock" would be great!!!

Reality is built on a foundation of dreams.
 
Have a look at the MD5 algo, just type "MD5 php" into google
 
asm1:

MD5? MD5 isn't even an encryption algorithm -- it's a hashing algorithm. As such, it's a one-way cypher.


overyde:
Are you looking to encrypt your PHP files? Or are you looking to encode them into a non-human-readable, but still executable form? Something like Zend Encoder?

There's lots of that kind of software, much of it free. Google '"php encoder"'

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Hi Sleipnir214,
I am looking to encode them into a non-human-readable, but executable form. I'll look for that!
Thanks alot!!!

Reality is built on a foundation of dreams.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top