如何在 C / Objective-C 中传递密码来解码 LZMA (7zip) 加密存档?

发布于 2024-09-06 19:31:28 字数 33 浏览 5 评论 0原文

有谁知道如何在LZMA SDK中传递密码来解码功能?

Does anyone know how to pass password to decode function in LZMA SDK?

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

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

发布评论

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

评论(1

栀子花开つ 2024-09-13 19:31:28

查看来源和另一个线程此处,我猜这会很好开始查看 sha256* 函数的定义和使用位置以及方式。文档看起来很少甚至没有,因此代码应该是您的主要指南以及密码学知识。

Looking at the sources and another thread here, I'm guessing it will be good to start looking at where and how the sha256* functions are defined and used. The documentation appears minimal to nothing, so the code should be your major guide along with your knowledge of cryptography.

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