Android 和 Android 的 FIPS 认证iPhone

发布于 2024-10-11 23:10:18 字数 102 浏览 2 评论 0 原文

有谁知道 iPhone 和 iPhone 附带的密码库的名称吗?安卓 SDK ?我指的不是类、函数等的名称,而是提供者和/或库本身的名称。他们是否经过 FIPS 认证?

谢谢

Does anyone know the name of the cryptography libraries come with iPhone & Android SDKs ? I don't mean the name of the classes, functions etc. but the name of the provider and/or the library itself. Are they FIPS certified?

Thanks

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

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

发布评论

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

评论(2

海螺姑娘 2024-10-18 23:10:18

我发现对于 Android 来说,它是 Bouncy Castle,但它没有经过 FIPS 认证。至于 Apple,这是他们自己的实现,并且正在根据 NIST 网站上的 正在处理的模块列表。

I found out that for Android it's Bouncy Castle and it's not FIPS certified. As for the Apple it's their own implementation and in the process of being FIPS certified according to the NIST's website on the Modules In Process list.

久伴你 2024-10-18 23:10:18

目前,还没有经过 fips 认证的 java 加密库。因此,您必须围绕本机 fips 认证的 fips 实现编写包装器。 Openssl 是移动设备支持的一种。

openssl 同时支持 android 和 iphone。值得一看。

Currently, there are no fips certified java crypto libraries. So you are stuck with writing a wrapper around a native fips certified fips implementation. Openssl is one that is supported on the mobile devices.

openssl supports both android and iphone. Its worth checking out.

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