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

Arnold Daniels' Blog: Simple Single Sign-On for PHP

FuzzyOpinions Blog: Tutorial: improving security with a PHP Captcha

Martin Sikora's Blog: Symfony 1.4 on shared webhosting

PHPBuilder.com: Fundamentals of PHP Superglobals

NetTuts.com: How to Generate a Complete Excel Spreadsheet From MySQL


Community Events









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


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

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