mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
a little more warning about the weakness of security by obscurity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65647 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5e1264f9cf
commit
64bdc5f8ae
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<!-- $Revision: 1.39 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -762,6 +762,10 @@ exec ($evil_var);
|
|||
|
||||
<sect1 id="security.hiding">
|
||||
<title>Hiding PHP</title>
|
||||
<para>
|
||||
In general, security by obscurity is one of the weakest forms of security.
|
||||
But in some cases, every little bit of extra security is desirable.
|
||||
</para>
|
||||
<para>
|
||||
A few simple techniques can help to hide PHP, possibly slowing
|
||||
down an attacker who is attempting to discover weaknesses in your
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<!-- $Revision: 1.39 $ -->
|
||||
<chapter id="security">
|
||||
<title>Security</title>
|
||||
|
||||
|
@ -762,6 +762,10 @@ exec ($evil_var);
|
|||
|
||||
<sect1 id="security.hiding">
|
||||
<title>Hiding PHP</title>
|
||||
<para>
|
||||
In general, security by obscurity is one of the weakest forms of security.
|
||||
But in some cases, every little bit of extra security is desirable.
|
||||
</para>
|
||||
<para>
|
||||
A few simple techniques can help to hide PHP, possibly slowing
|
||||
down an attacker who is attempting to discover weaknesses in your
|
||||
|
|
Loading…
Reference in a new issue