开发者

FIPS Certification for Android & iPhone

开发者 https://www.devze.com 2023-02-05 05:34 出处:网络
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 itse

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


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号