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!

how to set up password field

Status
Not open for further replies.

ksbigfoot

Programmer
Apr 15, 2002
856
CA
I am setting up a table that is to contain a password field. How do I set the password to be masked?
Thanks
 
If using SQL 2000 you'll need to get a third party dll to do the encryption. If using SQL 2005 encryption is native (See FAQ faq962-5964 for sample code).

When saving encrypted data you'll want to save it in a field with a binary data type. The field should be ~2x the largest value you will allow.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top