DJRobThaMan
07-11-2003, 03:57 PM
What's up,
I'm not all that great when it comes to CGI and perl but I can fumble around and I've been trying to figure out how to create a CGI script that allows people to log in to certain areas of a web site and have their passwords and all that and I've thought of a few ways but none of them sounded very secure. First I thought maybe create a text file that has all the usernames and passwords and everytime someone tries to log on split the whole file and take the word after the username as the password and if that word equals the one given then let them in but this didn't seem either secure or quick (especially if there are a lot of users).
So does anyone have better ideas or know where I can find some?
Lata
I'm not all that great when it comes to CGI and perl but I can fumble around and I've been trying to figure out how to create a CGI script that allows people to log in to certain areas of a web site and have their passwords and all that and I've thought of a few ways but none of them sounded very secure. First I thought maybe create a text file that has all the usernames and passwords and everytime someone tries to log on split the whole file and take the word after the username as the password and if that word equals the one given then let them in but this didn't seem either secure or quick (especially if there are a lot of users).
So does anyone have better ideas or know where I can find some?
Lata