Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)