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
{{ message }}
This repository was archived by the owner on Aug 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: AlwaysEncryptedSample/Views/Home/Index.cshtml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
}
4
4
5
5
<divclass="jumbotron">
6
-
<h1>Alway Encrypted Sample App</h1>
6
+
<h1>Always Encrypted Sample App</h1>
7
7
<pclass="lead">Always Encrypted allows clients to encrypt sensitive data inside client applications and never reveal the encryption keys to SQL Server.</p>
8
8
<p><ahref="https://msdn.microsoft.com/en-us/library/mt163865.aspx"class="btn btn-primary btn-lg">Learn more »</a></p>
9
9
</div>
@@ -12,7 +12,7 @@
12
12
<divclass="col-md-12">
13
13
<h2>Getting started</h2>
14
14
<p>
15
-
In order to encrypt the columns you need to run the Encryption.ps1 script in SolutionItems on the created database.
15
+
In order to encrypt the columns you need to run the <codelang="powershell">New-EncryptionKeys.ps1</code> and <codelang="powershell">Invoke-EncryptColumns.ps1</code> scripts in the project root folder on the created database.
0 commit comments