Sign in
Laurentiu Cristofor's blog @microsoft.com
Current topics: Security, SQL Server, bing
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
announcements
basic SQL Server security concepts
bing
computer security
encryption
Microsoft products
privacy
search engines
software engineering
SQL Server
SQL Server - cryptography
SQL Server - general
SQL Server - security
Archive
Archives
August 2011
(1)
October 2010
(1)
August 2010
(1)
March 2010
(1)
December 2009
(1)
October 2009
(3)
August 2009
(2)
July 2009
(1)
June 2009
(1)
August 2008
(2)
June 2008
(1)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(5)
January 2008
(4)
November 2007
(2)
October 2007
(4)
September 2007
(3)
July 2007
(1)
April 2007
(2)
March 2007
(1)
February 2007
(2)
December 2006
(1)
November 2006
(1)
October 2006
(3)
July 2006
(2)
May 2006
(1)
April 2006
(2)
March 2006
(2)
January 2006
(1)
December 2005
(5)
October 2005
(3)
September 2005
(5)
July 2005
(1)
June 2005
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: procedure signing demo
Posted
over 8 years ago
by
Laurentiu Cristofor [MSFT]
8
Comments
The ability to sign procedures is my favorite cryptographic feature in SQL Server 2005. If we want to write a procedure that requires permission P, and we want Alice to be able to execute the procedure but we do not want to grant her the permission...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005: column encryption demo part 2
Posted
over 8 years ago
by
Laurentiu Cristofor [MSFT]
16
Comments
I modified the last column encryption demo by protecting the encryption key with a certificate instead of using a password. The advantage to this approach is that a password is no longer needed when opening the key. The advantage of the password approach...
Laurentiu Cristofor's blog @microsoft.com
SQL Server 2005 helpful catalogs: crypt_properties and key_encryptions
Posted
over 8 years ago
by
Laurentiu Cristofor [MSFT]
0
Comments
A while ago, I answered a question about how to find out what keys are encrypted by a certificate. Since then, I compiled a list of useful queries that can be used to find out the encryptions and signatures made with a cryptographic entity. Before listing...
Laurentiu Cristofor's blog @microsoft.com
Simple demo for how to encrypt and decrypt a table column in SQL Server 2005
Posted
over 8 years ago
by
Laurentiu Cristofor [MSFT]
2
Comments
For my first post, I decided to make available a very simple demo I wrote recently to demonstrate how data can be encrypted in SQL Server 2005. You can paste the following script in SSMS and execute it line by line while following the comments. The script...
Page 1 of 1 (4 items)