views:

144

answers:

1

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

A: 

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.

vpit3833