iPad 上的 zip 加密
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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).
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.