bc-csharp icon indicating copy to clipboard operation
bc-csharp copied to clipboard

BouncyCastle.NET Cryptography Library (Mirror)

Results 210 bc-csharp issues
Sort by recently updated
recently updated
newest added

Thank you very much. I have a question for you. How to use this library? I don't see how to use SM2 encryption and decryption, Can you give me some...

It appears there is no non-blocking API for DTLS, contrary to what it says in https://www.bouncycastle.org/csharp/index.html

Hello, I am using the NuGet package [BouncyCastle (Version 1.8.6.1)](https://www.nuget.org/packages/BouncyCastle/) in my project. For installing my software, I am providing a MSI installer created with WiX toolset. When installing the...

//TODO throw Platform.CreateNotImplementedException("IES");

The default constructor for ```CryptoApiRandomGenerator``` calls ```RandomNumberGenerator.Create()```. ```RandomNumberGenerator``` implements ```IDisposable```. ```CryptoApiRandomGenerator``` does not implement ```IDisposable```, and there is no way to get a reference to the instantiated ```RandomNumberGenerator``` to call...

Code ported from Java BouncyCastle version

## Request to add Custom TSA for storing signing time during XML Signature Using **https://www.nuget.org/packages/BouncyCastle/** Hi, I like to sign an XML Document. I am seeing that the signature time...

We are migrating existing .net framework encryption code that uses bouncy castle to .net core version. During the migration we are not able to find this function PgpUtilities.WriteFileToLiteralData in BouncyCastle.NetCore...

Using the latest nuget package for my .net standard 2.0 library project, the build reports this: "Referenced assembly 'BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=null' does not have a strong name." Checking the...

I'm using the following steps to build `BouncyCastle.csproj` locally in MacOS * Git clone `https://github.com/bcgit/bc-csharp.git` * Run `dotnet build crypto/BouncyCastle.csproj` Dotnet build fails with the following error: ``` error MSB3644:...