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: 6 months 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 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:39:22.000Z (over 1 year ago)
- Last Synced: 2024-12-06T15:51:24.878Z (about 1 year 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
[](https://www.nuget.org/packages/Lib.Net.Http.EncryptedContentEncoding)
[](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)
## Consulting and Professional Services
Do you need help with any of my libraries, or with building features on top of what they provide? What about ASP.NET Core architecture, Azure architecture, or DevOps? I offer consulting and development services.
[](https://calendly.com/tpeczek/30min)
[](mailto:tpeczek@gmail.com)
## 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 - 2025 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Lib.Net.Http.EncryptedContentEncoding/blob/master/LICENSE.md)