iPhone 应用程序中的 56 位加密以避免 BIS 的出口限制

发布于 2024-10-27 22:53:25 字数 311 浏览 4 评论 0原文

我需要朝着正确的方向推动 - 最好使用代码示例/链接 - 了解如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒解孤独 2024-11-03 22:53:25

为什么不使用 Security.framework

Why don't you use the Security.framework?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文