AppStore approval and md5

后端 未结 2 960
不思量自难忘°
不思量自难忘° 2020-12-31 20:40

I\'m using md5 from .

I don\'t use it for encryption purposes.

I know that in submitting an app to AppStore,

相关标签:
2条回答
  • 2020-12-31 21:30

    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.

    0 讨论(0)
  • 2020-12-31 21:31

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

    0 讨论(0)
提交回复
热议问题