Description of MD5 Secure User Authentication :
This is a perl based MD5 encryption program that protects restricted web contents. Most of password encrypting technologies work on server side only allowing password to travel over the internet as plain text and completely open to packet sniffing. This program encrypts passwords on client machines also making simple packet sniffing and session replaying very difficult. This is a one way encryptioning system where password is never transmitted as a text and so cannot be tracked. This program also uses session cookies.