你的位置: 码友网首页 / 资讯源列表 / Supporting Encrypted Content-Encoding in HttpClient - Replacing Bouncy Castle With .NET Core

关于[Supporting Encrypted Content-Encoding in HttpClient - Replacing Bouncy Castle With .NET Core]的摘要:

More than three years ago I've written about supporting Encrypted Content-Encoding in HttpClient. Back then I've used Bouncy Castle for AES GCM encryption and decryption. It was a logical choice as Bouncy Castle was, and in many cases still is, the go-to library for many cryptographic algorithms and protocols. But time has passed and .NET has been growing. With the release of .NET Core 3.0, we have been given built-in support for AES GCM and I've decided to replace Bouncy Castle with it.

原文地址: https://www.tpeczek.com/2020/08/supporting-encrypted-content-encoding.html

收录时间: 2020-08-20 浏览量: 1133 分类: .NET Core

| 0 收藏 | 0