chrome-decrypt.ps1 icon indicating copy to clipboard operation
chrome-decrypt.ps1 copied to clipboard

The Path "User Data\Default" doesn't exist

Open ScribblerCoder opened this issue 2 years ago • 1 comments

The script fails when Chrome has multiple profiles and so the usual path AppData\Local\Google\Chrome\User Data\Default where the login data file lies under doesn't exist. Instead it will be under Profile 1 Profile 2 Profile 3 and so on

The correct path: AppData\Local\Google\Chrome\User Data\Profile <#>

ScribblerCoder avatar Jan 31 '23 23:01 ScribblerCoder

@ScribblerCoder that's a good pickup, I'd frankly never tried with multiple accounts. I won't get to it immediately, but this is a good addition I'd like to make to the script. Thank you!

thisismyrobot avatar Feb 03 '23 20:02 thisismyrobot