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

Hi BC team, I am a maintainer of the [OCI Dotnet SDK](https://github.com/oracle/oci-dotnet-sdk) project. We use Portable Bouncy Castle v1.9.0 in our project ([link](https://github.com/oracle/oci-dotnet-sdk/blob/master/Common/OCI.DotNetSDK.Common.csproj#L17)). One of our customer is seeing sporadic...

Hi, We are trying to read this private key using Portable.BouncyCastle 1.9. Key is GOST3410-2012 -----BEGIN PRIVATE KEY----- MEMCAQAwHAYGKoUDAgITMBIGByqFAwICIwEGByqFAwICHgEEIIBidanaO5G6Go8A thlDjR9rk4hij/PpjAQvXJr+zTqz -----END PRIVATE KEY----- following code ``` AsymmetricKeyParameter ReadPrivateKey() { using...

Overt at https://www.nuget.org/packages?q=bouncycastle there is a slew of 3rd party packages, but nothing from the BouncyCastle devs themselves, and the fips libraries seem to be absent as well. It would...

When reading files signed with GOST 2012, there happens Org.BouncyCastle.Security.SecurityUtilityException: 'Signer GOST3411_2012_256WITHECGOST3410 not recognised.' PR for it already exists at https://github.com/bcgit/bc-csharp/pull/217 please link and approve, it's hanging there for half...

I have this code to generate CSR ECDSA and it works fine, but I want to add these Alternative names to the CSR but don't know how to do it:...

I have added Anubis block cipher. It supports original and tweaked variant by parameter in constructor.

https://docs.microsoft.com/en-us/dotnet/api/system.arraysegment-1#remarks

Hi, I want to use BouncyCastle in Unity 2019.04.08 with Api compatibility level .NET standard 2.0 or .NET 4.x. when use GcmBlockCipher, I get the following error: InvalidCipherTextException: mac check...

I has done a little benchmark testing about BouncyCastle and Libsodium The result is | Method | Mean | Error | StdDev | |--------------------------------- |-----------:|---------:|---------:| | BCChaCha20Poly1305Encrypt | 923.9 ns...

Some idioms seem outdated (implementing IEnumberable but not IEnumerable being a big one). Is this just an effect of making the C# and Java code look similar? Would clean-up contributions...