Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 6f59fb7

Browse files
authored
Merge pull request #11 from felicianotech/readme-typo
Fix typos in readme.
2 parents 72369b4 + f54b5a6 commit 6f59fb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ReadMe.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Always Encrypted Sample Application
22
===================================
33

4-
This is a smple ASP.NET application that demonstrates Always Encrypted
4+
This is a sample ASP.NET application that demonstrates Always Encrypted
55
features based on the Visual Studio 2013 Default ASP.NET MVC project.
66
It is ONLY meant to demonstrate Always Encrypted. It is **NOT** meant
77
to be a general purposes best practice web application.
@@ -22,9 +22,9 @@ db_datareader and db_datawriter permissions. However, this is a sample app
2222
not intended for production usage.
2323

2424
Initially the columns are not encrypted. To encrypt them run the included
25-
`Encryption.ps1`. This script supports the `-Debug` and `-Verbose` paramaters
25+
`Encryption.ps1`. This script supports the `-Debug` and `-Verbose` parameters
2626
This will create a self signed certificate in your user script repository and
27-
encrypt all the appropiate columns.
27+
encrypt all the appropriate columns.
2828

2929
Schemas
3030
-------
@@ -33,9 +33,9 @@ There are there schemas in the sample database.
3333

3434
* **Logging:** This contains one table called log written to by
3535
[log4net](https://logging.apache.org/log4net/) using the `AdoNetAppender`. The
36-
user name and client ip columns are encrypted using deterministric encryption.
36+
user name and client ip columns are encrypted using deterministic encryption.
3737
Note that this hurts performance a lot The point of including this is to show
38-
that as long as you are using paramaterized queries, Always Encrypted can be
38+
that as long as you are using parameterized queries, Always Encrypted can be
3939
added without code changes.
4040
* **Authentication:** This contains an implementation of the EF Code first
4141
[IdentityContext](https://msdn.microsoft.com/en-us/library/microsoft.aspnet.identity.entityframework.identitydbcontext(v=vs.108).aspx).
@@ -55,4 +55,4 @@ with the password of `P@ul!`. The user administrator has access to an
5555
"Internals" page that lists the columns in the database, as well as the
5656
encryption information for them. The CCadmin user has a page that will let
5757
them import 1000 randomly generated fake credit cards, and then display them
58-
in a table. The app also suppors self registration.
58+
in a table. The app also suppors self registration.

0 commit comments

Comments
 (0)