chrome-decrypt.ps1
chrome-decrypt.ps1 copied to clipboard
The Path "User Data\Default" doesn't exist
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 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!