Crypting PHP files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jodleren

    Crypting PHP files

    Hi

    I recall seeing a system, where there were *.php files, but they were
    crypted.... so they were not readable?
    How does that work?

    /S
  • virtuPIC

    #2
    Re: Crypting PHP files

    Some time ago I have heared rumors about PHP byte code. If this is
    what you've seen it was not encrypted but compiled.

    Code encryption doesn't make much sense for PHP.

    virtuPIC
    --
    Airspace V - international hangar flying!
    http://www.airspace-v.com/ggadgets for tools & toys

    Comment

    • Ulf Kadner

      #3
      Re: Crypting PHP files

      jodleren wrote:
      I recall seeing a system, where there were *.php files, but they were
      crypted.... so they were not readable?
      not readable? If no one can read it also no one can use it!

      Do you mean encrypted like zend-encoder results or obfuscated?

      So long, Ulf

      Comment

      Working...