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