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: 6 months ago
JSON representation

Lib.Net.Http.EncryptedContentEncoding is a library which adds Encrypted Content-Encoding (aes128gcm) support to HttpClient

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)

## 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.

[![Book an Appointment](https://img.shields.io/badge/%20-Book%20an%20Appointment-%23006BFF?logo=calendly&logoColor=white&style=for-the-badge)](https://calendly.com/tpeczek/30min)
[![Send an Email](https://img.shields.io/badge/%20-Send%20an%20email-%23EA4335?logo=gmail&logoColor=white&style=for-the-badge)](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)