Best Ways To Prevent MySQL Injection webforg.com - Because internet is the biggest network in the world and everyone can be able to have access to your web site so, You as a web developer can fall in the hall of SQL Injection.. So that I will let you know how to prevent it.
Virus/Malware Removal Guide for Windows selectrealsecurity.com - This guide will help you clean your computer of malware. If you think your computer is infected with a virus or some other malicious software, you may want to use this guide. It contains instructions that, if done correctly and in order, will remove most
Integrating Two-Factor Authentication with CodeIgniter net.tutsplus.com - With the recent string of high profile break-ins (hacks) at Sony and other companies, it's time you took a second look at the security of your website. Two-factor authentication is a step in the right direction to securing your website from attackers. In
Easy Authentication with CodeIgniter net.tutsplus.com - In this in depth “screencast of the week,” I'll take you through the process of building an authentication system with CodeIgniter. Need to restrict access to certain parts of your website to only those who've logged in? This tutorial will teach you h
Understanding Hash Functions and Keeping Passwords Safe net.tutsplus.com - From time to time, servers and databases are stolen or compromised. With this in mind, it is important to ensure that some crucial user data, such as passwords, can not be recovered. Today, we are going to learn the basics behind hashing and what it takes
Creating a Crypter Class with PHP gigaspartan.com - In this article I will explain how to create a PHP Class that will encrypt and decrypt any data with a given password. It is object programmed and uses existing PHP algorithms.
Generade Random Code For Verifications blog.samdev.co.cc - sometimes we need to generate a random key for verification cases like when we want to email verification when user register at a site and alot of cases
Secure User Membership with PHP and MySQL Tutorial edrackham.com - This tutorial shows you how to create a secure user registration / administration area. This simple tutorials explains line by line, with a live demo and full code, of how to do this.
How to Authenticate Users With Facebook Connect net.tutsplus.com - Lately, there's been quite a fuzz about lazy registration. It turns out that the less the user has to think, the higher the conversion rates are! What a thought! If everybody seems to have a Facebook profile, why not add a one-click user registration? I'l
Cracking an MD5 password area72.ro - A cryptographic hash function is a procedure that takes in a variable amount of data and returns a fixed-size bit string known as the data' signature or hash value.Among the hash functions the most widely used is by far MD5, but currently it's days are n
Single Sign-On with OpenID and Google Part 1 merchantos.com - Wouldn't it be nice to add a "Login With Google" ability to your web application? This tutorial goes over the basics of Single Sign-On with OpenID and Google's implementation of it.
Securing Data in PHP webcodez.net - It's very important to secure your data in PHP correctly. Because if you don't, your website is in risk of being harmed by SQL injections and other dangerous code injections, which you obviously don't want. So to protect your website against these code at
Decoding CAPTCHA's wausita.com - An introductory guide to breaking CAPTCHA's with source code. Walks through identifying weaknesses in a CAPTCHA using them to extract the text and then identifying them.