Re: Re[2]: [PHP] Protecting programs

2001-05-03 Thread Steve Werby
"Richard Kurth" <[EMAIL PROTECTED]> wrote: > what is obfuscation Essentially, it means making the code hard to read, follow and locate. > encryption It's the coding or scrambling of data that requires decoding to be read. MaD dUCK's other suggestions are better since he is correct in saying the

Re[2]: [PHP] Protecting programs

2001-05-03 Thread Richard Kurth
Hello MaD, what is obfuscation/encryption Thursday, May 03, 2001, 5:01:34 PM, you wrote: MaD> also sprach Richard Kurth (on Thu, 03 May 2001 04:31:42PM -0700): >> Is there any way to protect a php program. Like you can other software >> were you can limit the amount of time they can use it. some