Tag Archives: encryption

Checking if a database has a master key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I’ve been working with encryption in SQL Server for a long time, and have delivered quite a few presentations … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Creating a Symmetric Key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is a series on working with the various encryption technologies in SQL Server. One of the encryption technologies … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a Symmetric Key–#SQLNewBlogger

A Basic Encryption Primer for SQL Server

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Encryption is a function call in SQL Server, where we pass in the text to encrypt and a key. … Continue reading

Posted in Blog | Tagged , , , | 3 Comments

Completely Encrypted Data

I remember reading about, and doing some message exchange, with PGP, in the 90s. At the time I worked in a utility company and my boss and I were interested in whether encryption might be something we should implement. At … Continue reading

Posted in Editorial | Tagged , | Comments Off on Completely Encrypted Data