Hi all,
I would like to know the latest security considerations regarding protecting an e-commerce website from hackers.
The website will be written in php with a mysql backend, and payments will be made using bitcoins.
Some considerations I know of include: validating input, sanitizing data, salting and hashing passwords, logging, XSS, CSRF, SQL injection, DoS, SSL.
Thanks in advance
I would like to know the latest security considerations regarding protecting an e-commerce website from hackers.
The website will be written in php with a mysql backend, and payments will be made using bitcoins.
Some considerations I know of include: validating input, sanitizing data, salting and hashing passwords, logging, XSS, CSRF, SQL injection, DoS, SSL.
Thanks in advance