workflow - BouncyCastle 1.8.5
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. 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.
PM> Install-Package BouncyCastle -Version 1.8.5 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install BouncyCastle -Version 1.8.5 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package BouncyCastle --version 1.8.5 --source https://www.myget.org/F/workflow/api/v3/index.json
source https://www.myget.org/F/workflow/api/v3/index.json
nuget BouncyCastle ~> 1.8.5
Copy to clipboard
> choco install BouncyCastle --version 1.8.5 --source https://www.myget.org/F/workflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "BouncyCastle" -RequiredVersion "1.8.5" -Repository "workflow"
Copy to clipboard
IMPORTANT This is the final feature release with support for legacy .NET platforms. From 1.9.0 we will be targeting more modern .NET frameworks (see https://github.com/bcgit/bc-csharp/pull/68) and updating our build and packaging systems. The 1.8.x series will continue to receive bug fixes, but limited new functionality.
Additional Features and Functionality:
- Supported added for encoding and decoding of GOST3410-2012 keys.
- Basic support added for CMP (RFC 4210) and CRMF (RFC 4211), including the PKI archive control.
OwnersToma Bogdan flaviusm catalin |
AuthorsBouncy Castle Project Contributors |
Project URLhttp://www.bouncycastle.org/csharp/ |
LicenseMIT |
Tagsbouncycastle cryptography encryption security |
Info925629 total downloads |
| 255142 downloads for version 1.8.5 |
| Download (842.83 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.8.6.1 | 861.42 KB | Tue, 13 Oct 2020 06:55:53 GMT | 24587 |
|
||
|
|
1.8.5 | 842.83 KB | Thu, 08 Oct 2020 21:05:39 GMT | 255142 |
|
||
|
|
1.8.1 | 735.32 KB | Tue, 13 Oct 2020 06:53:52 GMT | 645334 |
|
||
|
|
1.7.0 | 3.09 MB | Thu, 19 Aug 2021 11:13:36 GMT | 566 |
|