Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BouncyCastle on Android

I am using PBEWITHSHA256AND256BITAES-CBC-BC to encrypt binary data which contains sensitive user data

I just want to confirm if BouncyCastle is part of every Android SDK after (2.1) as I read a on a few sites that BouncyCastle is not part of every Android SDK.

Would like a definitive answer

like image 479
user964283 Avatar asked Dec 06 '11 09:12

user964283


1 Answers

You can also try the SpongyCastle library which is a precompiled build of BouncyCastle but tested with Android.

https://github.com/rtyley/spongycastle

like image 191
Peter Kalef ' DidiSoft Avatar answered Sep 22 '22 04:09

Peter Kalef ' DidiSoft