ohyicong / decrypt-chrome-passwords

851 stars 185 forks source link

No module named win32crypt #14

Closed hegehog8761 closed 1 year ago

hegehog8761 commented 1 year ago

Running the main file returns that the win32crypt module has not been installed, pip install win32crypt returns that there is no known win32 distribution, using the requirements.txt throws an error that = is not a valid operator and changing to == returns that there are no matching distributions for sqlite

p01terge1st commented 1 year ago

same problem.

wendellmeset commented 1 year ago

same

ji4a commented 1 year ago

Try: pip install pypiwin32 @hegehog8761 @p01terge1st @wendellmeset

hegehog8761 commented 1 year ago

Try: pip install pypiwin32 @hegehog8761 @p01terge1st @wendellmeset

Thanks, I also had to replace Cryptodome with pycryptodome to get it to work but wouldn't have been able to it without this help