Hi
Try to extract password from my chrome browser but I got this error below
How can I solve this problem?
Traceback (most recent call last):
File "Chromer.py", line 13, in <module>
password = win32crypt.CryptUnprotectData(website_data[2], None, None, None, 0)[1]
pywintypes.error: (13, 'CryptProtectData', 'The data is invalid.')