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

store data encrypted in MS SQL server

Status
Not open for further replies.

bdina

Programmer
Jun 17, 2003
47
0
0
US
I am scripting for a website and would like to store data inside a MS SQL Server encrypted. What I am storing is sensitive data (ie. passwords) and would not like plain text stored in the tables. We are using IIS 5.0/VBscript 6.0 and MS SQL 2000 for our platform.

thanks!
--Bryan
 
so I just include the asp file, and run the passwords through the sha256()?

Currently I have been inserting the passwords into the database by hand using the MS SQL Enterprise Manager, so I will need to set up a statement to insert the passwords to the database while running them through the sha256(), and then when logging in, do the same correct?

thanks,
--Bryan
 
basically, that's it.



Chris.

Indifference will be the downfall of mankind, but who cares?
 
yeah, awesome, worked like a charm!

thanks!!
--Bryan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top