Sancar Saran wrote: > Hi, > > What is Zend Encoder efficency. dunno, ask Zend. ;-) > After encoding shall we assume our code was > safe... well safety != efficiency for one, secondly it depends on you definition of safe. it's fairly safe from people trying to read/understand the source code - although I doubt it's 100% safe from someone with the skills and desire to decode (and/or unobsfucate) the source enough to get a reasonable understanding of the inner workings. if you code is safe in terms of usage ... that depends on whether what you wrote ... no ammount of encoding will fix any XSS, SQl-injection,etc vulnerabilities your code may contain. > > Or what should we expected > > Regards > > Sancar > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php