1

I'm planning on using Keychain in an iPhone app to store some username/password information. Am I still required to file for an CCATS?

Thanks,

user221697
  • 11
  • 2

1 Answers1

1

If you use the crypto libraries already available in the iPhone SDK, then no, you will not need a CCATS. Technically any encryption exporting will be Apple's encryption code and so you should be free and clear.

Check out Lamarche's post on this topic for more information.

Kevin Beck
  • 71
  • 7
  • 1
    Nope. http://stackoverflow.com/questions/2135081/does-my-application-contain-encryption – tc. Sep 23 '10 at 02:19