Hey everyone,
I have a few sites built with Classic ASP. These are private intranet sites that are password protected.
I store the password as text in my users table. I am goaled to make the passwords more robust and have to have them change every 90 days. Not allowing them to reuse the same password again.
I also think I should encrypt the password in the database.
I have seen some stuff on MD5, but not sure if thats the way to go or not. Any advice, examples, or input would be great.
Thanks for your help.
I have a few sites built with Classic ASP. These are private intranet sites that are password protected.
I store the password as text in my users table. I am goaled to make the passwords more robust and have to have them change every 90 days. Not allowing them to reuse the same password again.
I also think I should encrypt the password in the database.
I have seen some stuff on MD5, but not sure if thats the way to go or not. Any advice, examples, or input would be great.
Thanks for your help.