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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encryption in SQL, how to?

Status
Not open for further replies.

Ostraka

Programmer
Aug 26, 2009
2
US
I'm using a Coldfusion Grid to update a user table. One of the columns is a password field I would like to encrypt so users cannot read each others passwords when viewing the database. Is there a way to do this?
 
The best way is to encrypt it before you send it across the network to the database, so this might be a better question to ask in the coldfusion forum.

"NOTHING is more important in a database than integrity." ESquared
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top