You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always backup your database master key. For more information on database master keys, see [CREATE MASTER KEY (Transact-SQL)](../../../t-sql/statements/create-master-key-transact-sql.md).
60
60
61
-
#### To encrypt a column of data using a simple symmetric encryption
61
+
#### To encrypt a column of data using symmetric encryption that includes an authenticator
62
62
63
63
1. In **Object Explorer**, connect to an instance of [!INCLUDE[ssDE](../../../includes/ssde-md.md)].
64
64
@@ -117,7 +117,7 @@ Always backup your database master key. For more information on database master
117
117
GO
118
118
```
119
119
120
-
#### To encrypt a column of data using symmetric encryption that includes an authenticator
120
+
#### To encrypt a column of data using a simple symmetric encryption
121
121
122
122
1. In **Object Explorer**, connect to an instance of [!INCLUDE[ssDE](../../../includes/ssde-md.md)].
0 commit comments