5
I know we can go to chrome://settings/passwords#passwords to find the saved passwords, but is there a way to edit any of the saved passwords?
Every now and then we come across 2 types of challenges which end up saving the wrong passwords in Google Chrome: 1) The password gets encrypted while submitting and Chrome ends up saving the encrypted one 2) There are 2 password fields (eg: password and DOB) and Chrome ends up saving the wrong field
I guess the only solution for the aforementioned scenarios is to find a way to EDIT the saved versions of the passwords. Would appreciate any tips...
1Never tried that but seems that it can be done. Chrome stores encrypted passwords in SqlLite database at
C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data\Default\databases
. Windows API functionsCryptUnprotectData
andCryptProtectData
can be used to decrypt or encrypt password (on same machine by same user only
). – Sandeep – 2018-07-18T07:10:22.167