iPhone 应用程序中的 56 位加密以避免 BIS 的出口限制
我需要朝着正确的方向推动 - 最好使用代码示例/链接 - 了解如何使用 DES 加密算法加密 NSString。知道它并不那么安全,但可能是避免提交 CCATS 的候选者。 commoncrypt 可以作为解决方案吗? 或者使用密钥链或 sqlcypher 能够提供加密并避免 CCATS 文书工作。
在我的应用程序中,我没有看到 56 位安全性有任何问题,并且我不认为对称密钥解决方案有任何问题。
简而言之: 我找不到任何关于如何为我的 ios 4.2 应用程序使用 56 位 DES 对称 加密的好示例(这是为了避免 CCATS 麻烦)
I need a push in the right direction - preferably with code samples/links - for how to encrypt an NSString using DES encryption algorithm. Knowing that it is not that secure, but a possible candidate for avoiding to file a CCATS.
Could commoncrypt be the solution?
Or would using the key chain or sqlcypher be able to provide encryption and avoid the CCATS paper work.
In my app, i dont see any issue with 56 bit security and i dont assume any issue with a symmetric key solution.
In short:
I can't find any good example of how to use 56bit DES symmetric encryption for my ios 4.2 app (This is to avoid the CCATS hassle)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 Security.framework ?
Why don't you use the Security.framework?