script security question

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

    #1

    script security question

    Is there a way to encrypt my scripts on the server - then load some
    decryptor module in Apache to real-time decrypt it in memory..?

    Is there such a method/module ?

    (I'm using PHP)

    Links/Pointers ?

    Mike

  • Colin McKinnon

    #2
    Re: script security question

    siliconmike wrote:
    [color=blue]
    > Is there a way to encrypt my scripts on the server - then load some
    > decryptor module in Apache to real-time decrypt it in memory..?
    >
    > Is there such a method/module ?
    >
    > (I'm using PHP)
    >
    > Links/Pointers ?
    >[/color]

    IIRC Turck mmcache will do this.
    Download Turck MMCache for PHP for free. Turck MMCache is a PHP Accelerator & Encoder. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated.


    C.

    Comment

    Working...