This topic is locked
[SOLVED]

 Session Security in phprunner

2/1/2011 6:01:21 AM
PHPRunner General questions
T
text author

Hi
I'm using phprunner to create a project that will be hosted on a shared server and available to the public. I'm reading around the topic of security at the moment but wanted to know if there is anything in particular that I should be thinking about with regard to adding to code generated by phprunner.
Thanks very much
Richard

Sergey Kornilov admin 2/2/2011

PHPRunner builds code that is secure.
A few additional options you may want to consider:

  • encrypt passwords in the database
  • encrypt important fields i.e. credit cards numbers, social security numbers etc
  • run PHPRunner application via HTTPS to encrypt all data transfer between web server and browser

T
text author 2/2/2011

Thanks Sergey, you guys are awesome



PHPRunner builds code that is secure.
A few additional options you may want to consider:

  • encrypt passwords in the database
  • encrypt important fields i.e. credit cards numbers, social security numbers etc
  • run PHPRunner application via HTTPS to encrypt all data transfer between web server and browser

romaldus 2/2/2011



Hi
I'm using phprunner to create a project that will be hosted on a shared server and available to the public. I'm reading around the topic of security at the moment but wanted to know if there is anything in particular that I should be thinking about with regard to adding to code generated by phprunner.
Thanks very much
Richard


and encrypt your code using zend guard or ioncube....