Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Need Help with encrypt & decrypt

Author  Topic 

sanlen
Starting Member

29 Posts

Posted - 2008-12-01 : 03:05:04
Hi All,

I have the table as below:

create table testUserAccount
(UserName varchar(30), Password varchar(20), CreateDate datetime)

I want every time i insert data then the password will be encrypted, and every time i veiw the data in that table, then the password will is decrypted.

Could you please advise?

Best Regard,
SANLEN

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-01 : 03:27:39
http://www.sqlservercentral.com/articles/SQL+Server+2005+-+Security/sql2005symmetricencryption/2291/


http://blogs.microsoft.co.il/blogs/applisec/archive/2008/06/15/microsoft-sql-server-2005-database-encryption-step-by-step.aspx
Go to Top of Page
   

- Advertisement -