Posts

Showing posts from June, 2017

Web-Application Security

Web-Application Security is something all web engineers should doubtlessly know off. I saw that most engineers out there have no idea of Web-Application Security. That is the reason I have chosen to compose this blog to make individuals mindful of in any event the fundamental and most basic sorts of assaults that programmers endeavor on Web-Applications. I will likewise disclose to you some great programming practices to anticipate such assaults. Let's start with SQL Injection . I am sure that almost everyone has heard of this, It is when an attacker put in SQL code in forms, comments, pics or any other input that your Web Application takes, in a way so that it would get executed on your database . If an attacker can somehow accomplish this he can do severe damage to your Web-Application. He can steal, delete, or change the user data that your Web-App runs on. However, Do You need to worry about this type of an attack? Well, most of the time the answer is NO !! Now you must