News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Protect a CodeIgniter Application Against CSRF
April 22, 2011 @ 12:52:48

In a recent post to NetTuts.com, they show you how to protect your CodeIgniter application from cross-site request forgery (CSRF) attacks by using tokens in your forms and pages to make things more "one time" and unique to the site.

In today's tutorial, we will learn how to painlessly protect your CodeIgniter (pre 2.0) application against Cross-Site Request Forgery attacks. The library we'll be creating today will automate all of the protection mechanisms, making your site stronger and more secure.

They've broken it up into a few different sections to dole it out in easy to follow chunks:

  • Understanding the Attack Vector
  • Planning
  • Token Generation
  • Token Validation
  • Inject Tokens into the Views
  • Hooks

You can also download the full source of the library.

0 comments voice your opinion now!
csrf codeigniter tutorial token library


blog comments powered by Disqus

Similar Posts

CodeForest.net: How to crop an image using jQuery and PHP

Devshed: Database Details and PHP

SpyreStudios.com: Connecting with API Data from Instagr.am using PHP

Fabien Potencier's Blog: Symfony Service Container: Using XML or YAML to describe Services

Rob Allen's Blog: An introduction to Zend\Di


Community Events









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


community interview example unittest tool language object introduction podcast functional composer opinion testing event development api release zendframework2 framework code

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