Skip to content

Commit 20dd316

Browse files
authored
Merge pull request #568 from utelle/fix-anchor-sqlite3mc-readme
Adjust README.md
2 parents 5be414a + 0cf88a3 commit 20dd316

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/SQLitePCLRaw.bundle_e_sqlite3mc/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SQLite3 Multiple Ciphers NuGet
1+
# SQLite3 Multiple Ciphers NuGet Package
22

33
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.
44

@@ -7,7 +7,6 @@ This library provides C#/.NET bindings for [SQLite3 Multiple Ciphers](https://ut
77
- [Usage](#usage)
88
- [Passphrase based database encryption support](#passphrase-based-database-encryption-support)
99
- [Examples for cipher configuration](#examples-for-cipher-configuration)
10-
- [License](#license)
1110
- [Acknowledgements](#acknowledgements)
1211
- [See also](#see-also)
1312

@@ -97,7 +96,7 @@ using (db)
9796
}
9897
}
9998
```
100-
## <a name="encryption" />Passphrase based database encryption support
99+
## Passphrase based database encryption support
101100

102101
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/).
103102

@@ -162,16 +161,14 @@ The resulting connection string looks like this:
162161
using var connection = new SqliteConnection("Data Source=file:example.db?cipher=rc4;Password=Password12!");
163162
```
164163

165-
## License
166-
167-
**SQLite3 Multiple Ciphers NuGet** is free software and is licensed under the [MIT license](LICENSE).
168-
169164
## Acknowledgements
170165

171166
The following people have contributed to **SQLite3 Multiple Ciphers NuGet**:
172167

173168
- [Brice Lambson](https://github.com/bricelam)
174169
- [Josh Menzel](https://github.com/jammerxd)
170+
- [Eric Sink](https://github.com/ericsink)
171+
- [Ulrich Telle](https://github.com/utelle)
175172

176173
## See also
177174

0 commit comments

Comments
 (0)