Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.
Request for feedback: SQL Server encryption interoperability on MSDN forums

You may be aware that the native encryption is introduced in SQL Server 2005 by making use of the algorithm involves a component known as the encryption key (a sequence of characters).

 

Using this method the process can be reversed by applying an appropriate decryption key and equivalent algorithm, yielding the original data.  The keys forming the pair used in asymmetric algorithms are known as public and private.

 

SQL Server Development Team (Security) has been reviewing the methods and interoperatbility between SQL Server encryption and CLR, in this regard they are looking for a feedback from the users.

 

If you are using encryption within SQL Server or using CLR encryption (CAPI) then make sure to let your feedback over here.

 

All these has been started from another MSDN  thread as a reference.

 

Posted: Tuesday, June 19, 2007 1:20 PM by SQL Master

Comments

SSQA - SqlServer-QA.net said:

You may be aware that the native encryption is introduced in SQL Server 2005 by making use of the algorithm

# June 20, 2007 10:30 AM
Anonymous comments are disabled