Previous Article Classic ASP Form Validation with ReCapTcha |
Classic ASP md5 Hash Login Script |
Next Article Classic ASP, AJAX and ReCapTcha |
Coding Article #: 20 - Published On: June 22, 2011 @ 06:39:43 AM - Last Updated on: July 13, 2012
This article has been Favorited 31 timesJoin today, and add this to your favorites.
Share With Friends (Updated 6-8-2010)
This script is very powerful and is already used by over a thousand people and still counting.
Just updated it to use MD5 protection, to secure it even more. (Look at coding history below)
This script will allow you to set up a login page for your site.
This script, however, does not come with the registration form.
This code is very large and intensive and does not have an example. You have to be a member to download the attached files.
{=History of the Login Script=}
Login to: Carrzkiss's Demo Cookie Logger
Made better than ever.
Using Parameters to help stop SQL Injections.
Updated on: 3:33 am EST September 15th, 2009
Updated on: 5:48 pm EST May 21st, 2010
Added in Full Database connection, this will allow you to stop potential
People from downloading your database.
FINAL UPDATE
Update on: 6:12am EST June 22, 2011
Added in a md5 hash for password logins. This helps for keeping your
Users information safe and secure behind a wall.
This all with the September 15th, 2009 SQL, and XSS Injection prevention
Makes this code a very HIGH priority for any ASP Classic Developer.
View Demo Page«
Just updated it to use MD5 protection, to secure it even more. (Look at coding history below)
This script will allow you to set up a login page for your site.
This script, however, does not come with the registration form.
This code is very large and intensive and does not have an example. You have to be a member to download the attached files.
{=History of the Login Script=}
Login to: Carrzkiss's Demo Cookie Logger
Made better than ever.
Using Parameters to help stop SQL Injections.
Updated on: 3:33 am EST September 15th, 2009
Updated on: 5:48 pm EST May 21st, 2010
Added in Full Database connection, this will allow you to stop potential
People from downloading your database.
FINAL UPDATE
Update on: 6:12am EST June 22, 2011
Added in a md5 hash for password logins. This helps for keeping your
Users information safe and secure behind a wall.
This all with the September 15th, 2009 SQL, and XSS Injection prevention
Makes this code a very HIGH priority for any ASP Classic Developer.
View Demo Page«
Post to Facebook about: Classic ASP md5 Hash Login Script