News Feed
Jobs Feed
Sections




News Archive
DevShed:
Securing Your Web Application Against Attacks
October 21, 2008 @ 08:47:32

DevShed continues their series focusing on the security of your web application in this fifth part of the series. This time they look at preventing attacks on your app via correct authentication.

You will probably recall from the last article that I mentioned the existence of two methods of authentication and discussed the first one, which is through an HTML form. In this article, the fifth one in an eight-part series, we'll start with the second method of authentication. We'll also discuss how attackers may gain access to your system.

This authentication method uses a simple form to let the user pass in their credentials. Unfortunately, because of its simplicity, this also opens it up to three kinds of attacks - password sniffing, reply attacks and brute force attacks.

0 comments voice your opinion now!
secure application tutorial html form login password sniff brute force


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Don’t Fear The Command Line: Using CakePHP Shells

Jim Plush\'s Blog: The Event Driven Mobile Application on Minimo

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial - Part 9 PDF Download

Developer.com: Forms Validation with Symfony and Prototype

PHPit.net: An Introduction to the Winbinder Library (Part 1)


Community Events











Don't see your event here?
Let us know!


podcast code zendframework2 phpunit unittest language object functional testing opinion framework application development introduction tool release series interview example community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework