关于[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