Ecommerce

Digital Certificates And Secure Web Access

Introduction This article describes the use of Digital Certificates as a mechanism for strongly authenticating users to web sites where identity information is required. Before the advent of digital certificates the only option for authenticating users to a site was to assign a username and password. Digital certificates on the other hand provide for much more robust access control and…

Continue Reading

Security

How Bad Guys Hack Into Websites Using Sql Injection

SQL Injection is one of the most common security vulnerabilities on the web. Here I’ll try to explain in detail this kind of vulnerabilities with examples of bugs in PHP and possible solutions. If you are not so confident with programming languages and web technologies you may be wondering what SQL stay for. Well, it’s an acronym for Structured Query…

Continue Reading