Good guide for web application security?

I am good at creating web applications, and I know how to transfer data to a client / server server, etc. I need help, although I will learn how to make sharing more secure. It is for this reason that I feel scared to publish any web application that I make. I wanted to know what useful guides will help you understand and learn how to ensure data transfer using your web application? Things like enhanced authentication, for example, and creating better logins.

You can post any offers, but only for your information I mainly code my web applications using Javascript and PHP. In addition, I migrate my data using JSON or XML.

Thank you so much

+5
source share
5 answers

OWASP has a large selection of guides, sample projects, and test applications for securing web applications.

My personal favorite is the backend protection project , which I used to prove to my manager that our internal systems need a lot of attention, and just because the backend security was not accepted by the user, this does not mean that it can be ignored.

In particular, this project provides useful tips for data validation, error handling, cryptography, etc.

+3
source

, . , .

+3
0

Google Doctype ( ) " -", Web Security, XSS. "Web Security", , CSRF, XSS-. , IE JavaScript , ?

0
0

All Articles