Can anybody please tell me, How to store user password with encryption
in sql server 2008 'step by step' ??
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepika SrivastavaPosted Feb 24, 2012, 2:30 AM
refer this link:
http://technet.microsoft.com/en-us/library/cc278098(v=sql.100).aspx
in this how to encrypt in sql server 2008 is given step by step.
SenthilkumarPosted Feb 23, 2012, 11:54 PM
Please go here... He has explained clearly with more examples.. (very practical oriented article).
http://blog.sqlauthority.com/2009/04/28/sql-server-introduction-to-sql-server-encryption-and-symmetric-key-encryption-tutorial-with-script/
Jignesh TrivediPosted Feb 23, 2012, 10:23 PM
Please refer,
http://www.codeproject.com/Articles/14537/The-Art-Science-of-Storing-Passwords
it a very good article.
ko gulwadePosted Feb 23, 2012, 8:02 AM
i got ur question,thts really a good question indeed.well all i cn say u cn implement any kind of encryption algo.use
MD5CyptoServiceProviderclass in theSystem.Security.Cryptographynamespace of the .NET Framework provides a class for performing one-way, MD5 encryption.for more details u cn check the following blog.i hope u cn get an ideahttp://www.4guysfromrolla.com/articles/103002-1.aspx