我的应用程序是否使用加密(仅钥匙串)



在我的应用程序中,我正在使用iOS钥匙串来存储密码,仅此而已。对于 iTunes Connect 上有关"出口合规性 — 加密"的 2 个问题,我应该回答什么?

  1. 你的应用是否设计为使用加密技术,或者它是否包含或合并密码学?(选择"是",即使你的应用仅利用 iOS 或 OS X 中可用的加密。是/否
  2. 你的应用是否符合《美国出口管理条例》第 5 类第 2 部分中提供的任何豁免条件?是/否

截至 2015 年年中的相关位:

https://www.bis.doc.gov/index.php/policy-guidance/encryption/identifying-encryption-items

这描述了加密导出的内容。其中重要的事情之一是"注释4"。

https://www.bis.doc.gov/index.php/policy-guidance/encryption/identifying-encryption-items#Three

Note 4: Category 5, Part 2 does not apply to items incorporating or using "cryptography" and meeting all of the following:
(a) The primary function or set of functions is not any of the following:
     (1) "Information security";
     (2) A computer, including operating systems, parts and components therefor;
     (3) Sending, receiving or storing information (except in support of entertainment, mass commercial broadcasts, digital rights
          management or medical records management); or
     (4) Networking (includes operation, administration, management and provisioning);
(b) The cryptographic functionality is limited to supporting their primary function or set of functions; and
(c) When necessary, details of the items are accessible and will be provided, upon request, to the appropriate authority in the exporter’s
     country in order to ascertain compliance with conditions described in paragraphs (a) and (b) above.

但接下来是这样的:

http://www.bis.doc.gov/index.php/policy-guidance/encryption/encryption-faqs

Examples of items that are excluded from Category 5, Part 2 by Note 4 include, but are not limited to, the following:   
    Consumer applications.  Some examples:
    piracy and theft prevention for software or music;
    music, movies, tunes/music, digital photos – players, recorders and organizers
    games/gaming – devices, runtime software, HDMI and other component interfaces, development tools
    LCD TV, Blu-ray / DVD, video on demand (VoD), cinema, digital video recorders (DVRs) / personal video recorders (PVRs) – devices, on-line media guides, commercial content integrity and protection, HDMI and other component interfaces (not videoconferencing);
    printers, copiers, scanners, digital cameras, Internet cameras – including parts and sub-assemblies
    household utilities and appliances

总而言之:如果您的应用程序的主要功能不是加密,并且您仅使用加密来传输游戏信息或仅用于登录,那么您的应用程序将不受出口法的控制。

但我不是律师,如果你真的担心,请咨询一个。苹果公司不承担检查此事的任何责任。如果你说"不",你错了,那是你的问题,不是他们的问题。

最新更新