【发布时间】:2010-04-02 22:57:08
【问题描述】:
我正在尝试在 Android 应用程序中使用河豚密码。
看来Android平台支持河豚(它似乎在源代码中),但是当我尝试使用以下方法获取密码时:
Cipher.getInstance("blowfish");
I get a "java.security.NoSuchAlgorithmException"
【问题讨论】:
标签: android cryptography blowfish encryption