|
|
|
|
Browse by Tags
All Tags » sql » SQL Server 2008 » encryption (RSS)
-
The encryption features in SQL Server 2005 and 2008 provide the ability to create asymmetric encryption key pairs (RSA public/private key pairs) using the T-SQL CREATE ASYMMETRIC KEY statement. One feature that was left out, however, is the ability to backup and restore asymmetric key pairs generated on the server. Once an asymmetric key pair has ...
-
It's well-known by now that SQL Server 2005 and 2008 include new encryption-related statements that allow you to create and administer encryption keys. You can use CREATE CERTIFICATE to create or import a certificate or DROP ASYMMETRIC KEY to remove an asymmetric key from the database, for instance. One of the interesting ommissions ...
-
Tuesday night I'll be presenting on SQL Server encryption to the NJSQL user's group in Parsippany. More information about this event and NJSQL can be found here: http://njsql.org/Default.aspx.
UPDATE: Uploaded the encryption presentation, attached to this post.
|
|
|
|
|