Monday, March 12, 2012

Passwords in Sql Server 2000

HI, How to save passwords in sql server server 2000, i mean i build
database that consist table of user , in this table i want to storage
user's details including their passwords. As i understand it's not good
idea to storage password like other data i mean name , last name.
How to accomplish this?

--
Message posted via http://www.sqlmonster.comYou would usually handle the encryption/decrpytion in your application,
using an API like the Win32 CryptoAPI or the .NET libraries:

http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=22

Simon

No comments:

Post a Comment