iPad 上的 zip 加密

发布于 2024-10-19 03:53:05 字数 78 浏览 3 评论 0原文

iPad 上是否支持加密 zip?另外,使用 zip 进行加密似乎存在安全缺陷。有人能提供一些这方面的信息吗?

谢谢, 普拉文

Is there a support for zip with encryption on the iPad? Also, looks like there are security flaws in using zip with encryption. Could you someone give some information on this?

Thanks,
Praveen

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

等待我真够勒 2024-10-26 03:53:05

ZIP的默认加密确实存在安全问题(使用了弱加密)。 WinZIP 和 PKZip 独立提供了自己更强大的加密机制。 WinZIP 仅提供对称(基于 AES)加密,而 PKZip 还提供基于证书的加密(但仅限于其自己的产品内 - 第三方只能解密使用证书加密的文件)。

ZIP's default encryption indeed has security problems (weak encryption used). WinZIP and PKZip independently offered their own stronger encryption mechanisms. WinZIP offered only symmetric (AES-based) encryption, while PKZip also offers certificate-based encryption (but only within their own products - third-parties are allowed to only decrypt files encrypted with certificates).

山川志 2024-10-26 03:53:05

Zip 旧式解密肯定很弱,但是新的实现(WinZIP 和其他)可以使用 AES 进行加密。而且,还有许多开源实现(例如 InfoZIP)可以在 iPhone 上使用,并支持该加密类型。

Zip old-style decryption is definitely weak, however new implementations (WinZIP and others) can use AES for encryption. And, as well there is a lot of open source implementations (InfoZIP for instance) which can be used on iPhone, and support that encryption type.

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