ohyicong/decrypt-chrome-passwords

No module named win32crypt

Closed this issue · 4 comments

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

same problem.

same

ji4a commented

Try: pip install pypiwin32 @hegehog8761 @p01terge1st @wendellmeset

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