Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Password field

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-09-27 : 09:09:56
Martin writes "We are building a website that pulls data from our SQL Server 2000 database and some of the functions of our website require a login and password to access. So I have a table in the database that contains logins, passwords, first name, last name, telephone number, and email address of the the users, and ASP pages that validate the login before pages are displayed. Is there a way to encrypt or mask the password field so that no one can see what the passwords are when they open the table? Is there someway to either display all asterisks or an encrypted password in that field?"

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2004-09-27 : 09:47:33
search here for encrypt and/or password. this issue has come up before.
also you need to answer the question "open the table?"...in RAW MSSQL...or only necessary when accessed via your APP ONLY?
Go to Top of Page
   

- Advertisement -