[android-developers] Blowfish cypher...

2010-07-17 Thread sblantipodi
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

Re: [android-developers] Blowfish cypher...

2010-07-17 Thread Kim Damevin
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