BouncyCastle 1.8.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package BouncyCastle --version 1.8.4                
NuGet\Install-Package BouncyCastle -Version 1.8.4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BouncyCastle" Version="1.8.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BouncyCastle --version 1.8.4                
#r "nuget: BouncyCastle, 1.8.4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BouncyCastle as a Cake Addin
#addin nuget:?package=BouncyCastle&version=1.8.4

// Install BouncyCastle as a Cake Tool
#tool nuget:?package=BouncyCastle&version=1.8.4                

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (407)

Showing the top 5 NuGet packages that depend on BouncyCastle:

Package Downloads
GemBox.Spreadsheet

GemBox.Spreadsheet is a .NET component that enables you to read, write, convert, and print spreadsheet files (XLSX, XLS, XLSB, CSV, HTML, and ODS) from .NET applications. With GemBox.Spreadsheet you get a fast and reliable component that's easy to use and doesn't depend on Microsoft Excel. It requires only .NET and it's much faster than Microsoft Office Automation!

GemBox.Document

GemBox.Document is a .NET component that enables developers to read, write, convert and print document files (DOCX, DOC, ODT, PDF, HTML, XPS, RTF, TXT) from .NET applications in a simple and efficient way.

Nethereum.Hex

HexTypes for encoding and encoding String, BigInteger, this is specific for Ethereum

Nethereum.RLP

RLP Encoding and decoding

Nethereum.Util

Nethereum Utilities library, including Sha3 Keccack encoding and Address Checksum

GitHub repositories (75)

Showing the top 5 popular GitHub repositories that depend on BouncyCastle:

Repository Stars
canton7/SyncTrayzor
Windows tray utility / filesystem watcher / launcher for Syncthing
hitchao/Jvedio
Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
NYAN-x-CAT/AsyncRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Nethereum/Nethereum
Ethereum .Net cross platform integration library
Dec0ne/KrbRelayUp
KrbRelayUp - a universal no-fix local privilege escalation in windows domain environments where LDAP signing is not enforced (the default settings).
Version Downloads Last updated
1.8.9 15,217,438 1/5/2021
1.8.6.1 8,289,049 4/8/2020
1.8.5 12,940,778 3/25/2019
1.8.4 1,567,329 11/2/2018
1.8.3.1 3,188,372 10/2/2018
1.8.2 3,979,210 4/14/2018
1.8.1 11,485,717 4/26/2016
1.7.0 5,015,295 4/30/2011

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.
Defects Fixed
Rfc3211WrapEngine would not properly handle messages longer than 127 bytes. This has been fixed.
Additional Features and Functionality
Restrictions on the output sizes of the Blake2b/s digests have been removed.
RFC 7748: Higher-level support for X25519 and X448 has been added.
RFC 8032: Higher-level support for Ed25519 and Ed448 has been added.
Implementation of the SM4 block cipher has been added.
Added support for Plain ECDSA (a.k.a CVC-ECDSA).