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
Copy file name to clipboardExpand all lines: src/SQLitePCLRaw.bundle_e_sqlite3mc/README.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SQLite3 Multiple Ciphers NuGet
1
+
# SQLite3 Multiple Ciphers NuGet Package
2
2
3
3
This library provides C#/.NET bindings for [SQLite3 Multiple Ciphers](https://utelle.github.io/SQLite3MultipleCiphers/). It leverages [SQLitePCLRaw](https://github.com/ericsink/SQLitePCL.raw#readme) to create the bindings.
4
4
@@ -7,7 +7,6 @@ This library provides C#/.NET bindings for [SQLite3 Multiple Ciphers](https://ut
7
7
-[Usage](#usage)
8
8
-[Passphrase based database encryption support](#passphrase-based-database-encryption-support)
9
9
-[Examples for cipher configuration](#examples-for-cipher-configuration)
10
-
-[License](#license)
11
10
-[Acknowledgements](#acknowledgements)
12
11
-[See also](#see-also)
13
12
@@ -97,7 +96,7 @@ using (db)
97
96
}
98
97
}
99
98
```
100
-
## <aname="encryption" />Passphrase based database encryption support
99
+
## Passphrase based database encryption support
101
100
102
101
This NuGet package supports access to **encrypted**[SQLite](https://www.sqlite.org) databases from .NET applications. It is based on the project [SQLite3 Multiple Ciphers](https://utelle.github.io/SQLite3MultipleCiphers/).
103
102
@@ -162,16 +161,14 @@ The resulting connection string looks like this:
0 commit comments