Android 和 Android 的 FIPS 认证iPhone
有谁知道 iPhone 和 iPhone 附带的密码库的名称吗?安卓 SDK ?我指的不是类、函数等的名称,而是提供者和/或库本身的名称。他们是否经过 FIPS 认证?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道 iPhone 和 iPhone 附带的密码库的名称吗?安卓 SDK ?我指的不是类、函数等的名称,而是提供者和/或库本身的名称。他们是否经过 FIPS 认证?
谢谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我发现对于 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.
目前,还没有经过 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.