AlessandroZ / LaZagne

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

problem in windows 11 #608

Closed edruca closed 1 year ago

edruca commented 1 year ago

File "laZagne.py", line 233, in File "laZagne.py", line 87, in runLaZagne File "lazagne\config\run.py", line 169, in run_lazagne File "lazagne\config\dpapi_structure.py", line 172, in init File "lazagne\config\DPAPI\masterkey.py", line 434, in try_system_credential AttributeError: 'NoneType' object has no attribute 'decrypt_with_key' [12936] Failed to execute script laZagne

AlessandroZ commented 1 year ago

Could you please give us some additional informations like is the latest code used from the source code or is it the latest executable ? if it's from the source code, which version of python is used ? Thank you.

edruca commented 1 year ago

it's the Lazagne 2.4.3 executable runned under windows 11 22H2 x64 Thanks!

AlessandroZ commented 1 year ago

I think this problem has already been fixed. The executable is not up to date, you should use the source code to build a new one (with pyinstaller)

edruca commented 1 year ago

ok, i´ll try, thanks for your time!