Login Retreive lost passwordRegister
Search

Forum Index / Feedback / Security & Speed

[ This topic is solved ]

  Iyas 03 July 11 / 06:47  
First of all, FormHandler is great!! It helps me a lot.

My concern is this:
Is FormHandler secure from any injection?
Does page using FormHandler lack speed?

Any technical answers are very much appreciated.

Thanks.

  Remco van Arkelen (Admin) 04 July 11 / 07:42  
Hi Iyas,

FormHandler is a library which can be included in a webpage. The library itself is quite lightweight; specific files needed for fields are only included when a form is constructed, no useless includes.

The way FormHandler is secured is up to you. When you use dbFormHandler; make sure if, when and who can edit records (by putting a primary key value in URL), all database related actions are safe from SQL injections as far as we know.

If you use uploadfields in your forms make sure you don't allow files which can be executed server-side (PHP/phtml/whatever extension is parsed/executed).

It's just common sense like every other webapp, never trust user input and always check it.

Regards,

Remco

  Iyas 04 July 11 / 08:43  
Thanks for your clarification.

  Top


powered by PHP-GLOBE   © 2004 - 2012 FormHandler. All rights reserved.   -   Open source license