Hi,

I used blowfish encryption on my android application.
I don't know why but the blowfish encryption has been commented out on the
bouncy castle library on android.

So I had to take the bouncy castle sources and change the provider name from
BC to BC2 and rename the package name into bouncycastle2. Otherwise since it
was already on the android it was not possible to use it.
Then I added this into my application as a new jar and it works fine !

Hope this helps,
Kim


On Sat, Jul 17, 2010 at 9:53 AM, sblantipodi
<[email protected]>wrote:

> As subject...
> Is there a way to use blowfish cypher to encrypt a password using
> android?
>
> On JavaME I do it using Bouncy Castle,
> how to do it on android?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to