PHP 安全技巧连载 #6

Posted by linyupark :: 2007,August 13th,19:45 pm

The topic of writing secure applications in PHP covers more than just writing good PHP code. Most applications make use of a database of some kind. Many times, vulnerabilities that affect the entire application, are introduced when building the SQL code. Today’s Tip of the Day deals with one easy solution developers can implement.
在书写安全的PHP应用程序这个话题上要涵概的内容可不仅仅是书写优秀的PHP代码。
大多数应用程序会使用了一些数据库。大多数正是在建立SQL代码并在引用的时候,漏洞影响到了整个应用程序。今天的安全技巧将通过一个简单的解决方案来处理此类问题。

PHP 安全技巧连载 #5

Posted by linyupark :: 2007,August 13th,19:44 pm

PHP security is an ongoing mission requiring the programmer to think outside of the parameters of the application. It’s not enough these days to say in your mind “Does this do what I want it to do?” you also have to take into consideration “What else can people use it for and do I want […]

PHP 安全技巧连载 #4

Posted by linyupark :: 2007,August 13th,19:39 pm

“Security through obscurity is no security at all.” so the adage goes. However, the flip side of that coin is, obscurity, when used as part of an overall strategy, is a good thing. There’s no sense in making things any easier for those with malicious intent. That brings us to our security tip for the […]

PHP 安全技巧连载 #3

Posted by linyupark :: 2007,August 13th,19:37 pm

Being Security conscious is a good thing but that alone won’t solve the problem. Developers have to be vigilant when it comes to security. Even then you can’t do it alone. Today’s Security tip reminds you of this.
存在安全意识是件好事,但这并不是单独可以解决的问题。当提到安全问题时开发者们必须提高警惕。尽管那样你也不能够单独处理。今天的安全性技巧就是要提醒你这点。

Page 3 of 5«12345»