The Bouncy Castle Crypto package is a C\# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
dotnet add package BouncyCastle --version 1.8.2
Install-Package BouncyCastle -Version 1.8.2
| 作者 | Bouncy Castle Project Contributors |
|---|---|
| 发布时间 | 2018-04-14 20:57:16 |
| 项目主页 | http://www.bouncycastle.org/csharp/ |
| 许可证 | http://www.bouncycastle.org/licence.html |