在 Android 上使用河豚加密?

发布于 2024-08-27 04:43:45 字数 198 浏览 5 评论 0原文

我正在尝试在 Android 应用程序中使用河豚密码。
看来Android平台支持blowfish(它似乎在源代码中),但是当我尝试使用以下方法获取密码时:

Cipher.getInstance("blowfish"); 

I get a "java.security.NoSuchAlgorithmException"

I'm trying to use a blowfish cipher inside an 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"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懒猫 2024-09-03 04:43:45

根据 Google 快速搜索,尝试在 “Blowfish” 中使用大写的 B,看看是否有帮助。

Based on a quick Google search, try a capital B in "Blowfish", and see if that helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文