Using blowfish encryption with Android?
Posted
by haseman
on Stack Overflow
See other posts from Stack Overflow
or by haseman
Published on 2010-04-02T22:57:08Z
Indexed on
2010/04/02
23:03 UTC
Read the original article
Hit count: 644
I'm trying to use a blowfish cipher inside and Android application.
It appears that the Android platform supports blowfish (it appears to be in the source code), but when I try to get a cipher using:
Cipher.getInstance("blowfish");
I get a "java.security.NoSuchAlgorithmException"
© Stack Overflow or respective owner