Use the SQL Server Always Encrypted Key Editor in a SQL Server physical model to configure encryption for individual database columns containing your sensitive data. Use this editor to specify the information about the encryption algorithm and cryptographic keys used to protect the data in the column. Always Encrypted uses two types of keys, column encryption keys and column master keys. A column encryption key is used to encrypt data in an encrypted column. A column master key is a key-protecting key that encrypts one or more column encryption keys.
To define an always encrypted key in SQL Server
An instance of Always Encrypted Key is created.
The SQL Server Always Encrypted Key Editor opens.
Note: Click New on the toolbar to create a new always encrypted key. Use the Enter filter text box to filter a very large list of always encrypted keys to quickly locate the one that you want to define.
Displays the always encrypted key name. You can change the name in this field.
Specifies the type of the key. Select a data type from the drop-down list.
Indicates that the key is the protecting key that encrypts one or more column encryption keys
Indicates that the key is a column encryption key
Depending on the key type that you select, the options on the General tab differ.
Specifies the name of a key store provider, which is a client-side software component that encapsulates a key store containing the column master key.
Enabled if you select CUSTOMER_PROVIDER in Key Store Provider. Specifies the custom key store provider.
The path of the key in the column master key store, either a Current User or Local Machine, or ProviderName/KeyIdentifier pair. For more information, refer to SQL Server documentation.
Click New on the toolbar to create an instance of encrypted key options and work with the following options:
Specifies the name of the custom column master key used for encrypting the column encryption key.
Specifies the name of the encryption algorithm used to encrypt the value of the column encryption key.
Specifies the encrypted CEK value BLOB.
The always encrypted key is defined and the SQL Server Always Encrypted Key Editor closes.
For more information, refer to SQL Server documentation.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|