Top "Bouncycastle" questions

Bouncy Castle is a cryptography API providing various cryptography, encryption, and security protocols.

OpenPGP encryption with BouncyCastle

I have been trying to put together an in-memory public-key encryption infrastructure using OpenPGP via Bouncy Castle. One of our …

c# bouncycastle public-key-encryption openpgp
Dazed and confused by Java Security & BouncyCastle APIs

I've been trying to make sense of the BouncyCastle cryptography APIs for Java. Unfortunately, I'm finding Java cryptography in general …

java cryptography rsa bouncycastle jce
How can I generate a valid ECDSA EC key pair?

I am trying to generate ECDSA key pair using SpongyCastle in Android. This is the code: static { Security.insertProviderAt(new …

bouncycastle elliptic-curve ecdsa dsa spongycastle
How to create a PBKDF2-SHA256 password hash in C# / Bouncy Castle

I need to create a PBKDF2-SHA256 password hash, but am having some trouble. I downloaded the Bouncy Castle repo, …

c# hash bouncycastle password-encryption
Deriving ECDSA Public Key from Private Key

I was attempting to generate a public ECDSA key from a private key, and I haven't managed to find much …

java cryptography bouncycastle ecdsa
Unable to verify digital signature using Apache PDFBOX

I am a newbie in using Digital Signatures. In one of the projects we are using Apache PdfBox for processing …

pdf digital-signature bouncycastle pdfbox verification