AppStore approval and md5

耗尽温柔 提交于 2019-12-18 13:29:30

问题


I'm using md5 from <CommonCrypto/CommonDigest.h>.

I don't use it for encryption purposes.

I know that in submitting an app to AppStore, it's asked if the app uses encryption.

Is this the case to answer yes?


回答1:


MD5 is not an encryption algorithm, it's a hashing algorithm. Encryption has to be reversible.




回答2:


As it is not an encyrption, you can say "No" without hesitation.

I use CC_MD5 in my projects too. I always say "No" when asked if the app uses encryption just before submitting. None of them rejected so far.



来源:https://stackoverflow.com/questions/6296667/appstore-approval-and-md5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!