AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

ValueError: unsupported hash type md4 #639

Closed popalltheshells closed 4 months ago

popalltheshells commented 8 months ago

Hi, I'm trying to compile with pyinstaller for Windows version but it isn't working due to this error. Anyone encountered something similar?

I've edited my openssl.cfg to take legacy, and edited hashlib to take md4, but still having the same error. A little bit stump right now, any other alternatives ?

Thanks!

AlessandroZ commented 4 months ago

I have fixed it by adding a pure md4 python code because hashlib does not support md4 anymore.

Have a nice day.