Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpeczek/lib.net.http.encryptedcontentencoding
Lib.Net.Http.EncryptedContentEncoding is a library which adds Encrypted Content-Encoding (aes128gcm) support to HttpClient
https://github.com/tpeczek/lib.net.http.encryptedcontentencoding
aes-encryption aes128gcm http httpclient
Last synced: about 1 month ago
JSON representation
Lib.Net.Http.EncryptedContentEncoding is a library which adds Encrypted Content-Encoding (aes128gcm) support to HttpClient
- Host: GitHub
- URL: https://github.com/tpeczek/lib.net.http.encryptedcontentencoding
- Owner: tpeczek
- License: mit
- Created: 2017-02-26T21:41:22.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:39:22.000Z (5 months ago)
- Last Synced: 2024-12-06T15:51:24.878Z (about 2 months ago)
- Topics: aes-encryption, aes128gcm, http, httpclient
- Language: C#
- Size: 676 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Lib.Net.Http.EncryptedContentEncoding
[![NuGet Version](https://img.shields.io/nuget/v/Lib.Net.Http.EncryptedContentEncoding?label=Lib.Net.Http.EncryptedContentEncoding&logo=nuget)](https://www.nuget.org/packages/Lib.Net.Http.EncryptedContentEncoding)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.Net.Http.EncryptedContentEncoding?label=⭳)](https://www.nuget.org/packages/Lib.Net.Http.EncryptedContentEncoding)Lib.Net.Http.EncryptedContentEncoding is a library which adds [Encrypted Content-Encoding (aes128gcm)](https://tools.ietf.org/html/rfc8188) support to HttpClient.
## Getting Started
Lib.Net.Http.EncryptedContentEncoding is available on [NuGet](https://www.nuget.org/packages/Lib.Net.Http.EncryptedContentEncoding/).
```
PM> Install-Package Lib.Net.Http.EncryptedContentEncoding
```## Documentation
The documentation is available [here](https://tpeczek.github.io/Lib.Net.Http.EncryptedContentEncoding/).
## Implementation Details and Usage Samples
There are blog posts available describing implementation details and showing usage samples:
- [Supporting Encrypted Content-Encoding in HttpClient (Part 1 of 2) - Encoding](https://tpeczek.com/2017/02/supporting-encrypted-content-encoding.html)
- [Supporting Encrypted Content-Encoding in HttpClient (Part 2 of 2) - Decoding](https://tpeczek.com/2017/03/supporting-encrypted-content-encoding.html)## Donating
My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).
## Copyright and License
Copyright © 2017 - 2024 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Lib.Net.Http.EncryptedContentEncoding/blob/master/LICENSE.md)