Skip to content

Commit

Permalink
Adjust README.md
Browse files Browse the repository at this point in the history
- Fix section anchor (TOC entry for encryption section didn't function on NuGet.org)
- Adjust acknowledegment section
- Remove license section (not necessary on NuGet.org package page)
  • Loading branch information
utelle authored Nov 11, 2023
1 parent 5be414a commit 0cf88a3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/SQLitePCLRaw.bundle_e_sqlite3mc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SQLite3 Multiple Ciphers NuGet
# SQLite3 Multiple Ciphers NuGet Package

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.

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

Expand Down Expand Up @@ -97,7 +96,7 @@ using (db)
}
}
```
## <a name="encryption" />Passphrase based database encryption support
## Passphrase based database encryption support

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

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

## License

**SQLite3 Multiple Ciphers NuGet** is free software and is licensed under the [MIT license](LICENSE).

## Acknowledgements

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

- [Brice Lambson](https://github.com/bricelam)
- [Josh Menzel](https://github.com/jammerxd)
- [Eric Sink](https://github.com/ericsink)
- [Ulrich Telle](https://github.com/utelle)

## See also

Expand Down

0 comments on commit 0cf88a3

Please sign in to comment.