Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>given the same cert master key and key credentials</p> </blockquote> <p>There is no such concept as 'cert master key'. Do not invent your own terms, stick to the existing nomenclature so everyone understands what you're saying. There is a master key, there are certificates. </p> <p><em>If</em> you followed good practices and you deployed a correct <a href="http://msdn.microsoft.com/en-us/library/ms189586.aspx" rel="nofollow">encryption hierarchy</a> then your data should be encrypted with one or more symmetric keys and these in turn would be encrypted with a certificate that is either encrypted with the database master key or a password.</p> <p>Copying data encrypted with a symmetric key between databases is possible. In order to succeed you need to follow exactly the steps described in <a href="http://technet.microsoft.com/en-us/library/ms366281.aspx" rel="nofollow">Create Identical Symmetric Keys on Two Servers</a> which will result in a pair of keys that have the same identity and the same key material. Data encrypted with either one of the two servers can be decrypted on the other server.</p> <p>That being said, any organization that is serious enough about data as to encrypt it in production and at the same time is willing to create a copy of the encryption key on dev machines, not to mention copy actual sensitive data to the dev boxes, is a joke imho. <a href="http://www.codinghorror.com/blog/2012/09/computer-crime-then-and-now.html" rel="nofollow">Technology is never the weak link</a>. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload