如何在 C / Objective-C 中传递密码来解码 LZMA (7zip) 加密存档?
有谁知道如何在LZMA SDK中传递密码来解码功能?
Does anyone know how to pass password to decode function in LZMA SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看来源和另一个线程此处,我猜这会很好开始查看 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.