Top "Bouncycastle" questions

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

BouncyCastle installation problems

I'm trying to add BouncyCastle as a security provider on Windows XP Pro so I can use it to add …

java bouncycastle
bouncycastle + JBoss AS7: JCE cannot authenticate the provider BC

I use BouncyCastle for encryption in my application. When I run it standalone, everything works fine. However, if I put …

java security jboss bouncycastle jce
PgP Encryption and Decryption using BouncyCastle c#

I've seen a number of posts, followed a number of tutorials but none seems to work. Sometimes, they make reference …

c# encryption bouncycastle pgp
Android 4.2 broke my encrypt/decrypt code and the provided solutions don't work

First of all, I've already seen Android 4.2 broke my AES encrypt/decrypt code and Encryption error on Android 4.2 and the …

android cryptography bouncycastle
EncryptionOperationNotPossibleException by Jasypt with Bouncy Castle

I try to use Jasypt with Bouncy Castle crypro provides (128Bit AES) in a Spring Application to decrypt entity properties …

java spring hibernate bouncycastle jasypt
How do I get started using BouncyCastle?

So after CodingHorror's fun with encryption and the thrashing comments, we are reconsidering doing our own encryption. In this case, …

cryptography bouncycastle
X.509 Certificate validation with Java and Bouncycastle

through the bouncycastle wiki page I was able to understand how to create a X.509 root certificate and a certification …

java validation certificate bouncycastle x509
Java Bouncy Castle Cryptography - Encrypt with AES

How do I implement AES encryption with the java bouncy castle library? Example code or a link to example code …

java encryption bouncycastle
BouncyCastle on Android

I am using PBEWITHSHA256AND256BITAES-CBC-BC to encrypt binary data which contains sensitive user data I just want to confirm …

android encryption bouncycastle
Reliable implementation of PBKDF2-HMAC-SHA256 for JAVA

UPDATED 2019: Bouncycastle now support PBKDF2-HMAC-SHA256 since bouncycastle 1.60 Is there any reliable implementation of PBKDF2-HMAC-SHA256 for JAVA? I used …

java cryptography bouncycastle pbkdf2