Welcome Guest, Not a member yet? Register   Sign In
Security in Codeigniter
#2

[eluser]Pascal Kriete[/eluser]
The same practices that apply to any PHP application - or any web app, in fact.

Be paranoid about input data - clean, validate, clean again (CI has functions to help)
Be paranoid about request origins - form tokens, crossdomain.xml (if you're using flash), etc.
Store important data securely (hash passwords, avoid storing credit card data)

If you need any specifics let us know.

Welcome to Codeigniter.


Messages In This Thread
Security in Codeigniter - by El Forum - 10-05-2008, 11:49 AM
Security in Codeigniter - by El Forum - 10-05-2008, 12:06 PM
Security in Codeigniter - by El Forum - 10-05-2008, 01:59 PM
Security in Codeigniter - by El Forum - 10-05-2008, 02:19 PM
Security in Codeigniter - by El Forum - 10-05-2008, 02:39 PM
Security in Codeigniter - by El Forum - 10-05-2008, 03:02 PM
Security in Codeigniter - by El Forum - 10-05-2008, 03:54 PM
Security in Codeigniter - by El Forum - 10-05-2008, 03:56 PM
Security in Codeigniter - by El Forum - 10-05-2008, 03:59 PM
Security in Codeigniter - by El Forum - 10-05-2008, 07:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB