Re: [PHP-DB] Code Security

[email protected] (Richard Quadling) Thu, 5 Feb 2015 13:10:51 +0000
Newsgroups php.db
Message-ID <CAKUjMCVXG0jQA2PuNThi-zRvcGdMCtOzvGFJioYpZKJh1adYrA@mail.gmail.com>
On 5 February 2015 at 05:52, Ethan Rosenberg <
[email protected]> wrote:
>
> How do I prevent someone from opening a terminal window, going to /var/www
> and stealing all my code?
>

1 - Don't allow terminal access to your box.
2 - Use a PHP byte code encoder (IonCube, Zend Guard) - not perfect as they
can be reversed to access the code in a form.
3 - Don't use PHP.



-- 
Richard Quadling