ohyicong / decrypt-chrome-passwords

851 stars 185 forks source link

no module named win32crypt #34

Open BinaryBomber1010 opened 2 months ago

BinaryBomber1010 commented 2 months ago

so im assuming the code works fine but when i tried to 'pip install win32crypt' in command prompt it gave me error message, is it no longer supported?

FahadBinHussain commented 5 days ago

so im assuming the code works fine but when i tried to 'pip install win32crypt' in command prompt it gave me error message, is it no longer supported?

use pip install pycryptodome and change Line 9 of decrypt_chrome_password.py to from Crypto.Cipher import AES