Hello,
Which algorithm is used for encryption / decryption in SQL Server ?
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.
VulpesPosted Apr 22, 2014, 9:12 AM
DSA and AES are both symmetric encryption algorithms (i.e. they use the same key for both encryption and decryption) and so would be suitable for this task. However, of the two you should prefer AES (based on the Rijndael cipher) which is more modern and considered more secure than DSA.
Ajay PatelPosted Apr 22, 2014, 8:18 AM
Thanks for reply.
Will you please help me to understand following problem :
Biswa Pujarini MohapatraPosted Feb 25, 2014, 8:34 AM
check this
http://technet.microsoft.com/en-us/library/ms345262.aspx