Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

masking password in SQL server 2000

Status
Not open for further replies.

applek

Programmer
Nov 18, 2002
15
US
Hi, all.

Is there anyway to mask the password when writing it to SQL server 2k? Either, can we control the password field in SQL server to be masked whenever data key-in?

Pls advise.

 
In the password text box go to the text box properties, then PasswordChar and you can type in whatever symbol you like -- usually *.
 
nope. I mean the field inside the table of SQL Server, not the field in VB design stage.
 
Don't allow users direct access to SQL tables - only allow access through Views

Check out 'Using Views as Security Mechanisms' in SQL Books on Line, available here:
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
I just encrypt the password from with in my code before I place it in the database, just an idea. If you choose to battle wits with the witless be prepared to lose.

[cheers]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top