What is a Dynamic Web Site
 |
 |
|
Web Hosting Capabilities.
|
|
 |
 |
 |
SQL injection is a code injection technique, used to attack data-driven applications such as dynamic websites, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker). SQL injection must exploit a security vulnerability in an application's software, for example, when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed.
For example, when you enter your user name and password into a website, attackers can actually insert certain characters which can easily return the user names and passwords rather than guessing at user names and passwords. It's very important that software is designed to intercept these scripts and handle it properly.
I have gone to great lengths to insure hackers do not get access into the databases that I use to generate dynamic websites. I have written strong code to insure every bit of data transmitted is verified. Also, all data such as user names, passwords, credit cards, social security and other sensitive data is encrypted to insure that if a hack does happen, nothing can be salvaged.
Obviously, such as the recent attacks to Sony, Home Depot and Target, no one is safe. But I do my best to insure your data is kept safe at the highest level.
|
|
 |
 |
|
|