Recovering local chrome passwords from dead pc

0

recently my PC died and will not power on. The motherboard had a complete failure. My HDD survived. I have it set up as an external to pull my photos and such. My question comes down to transferring the local passwords I had stored on chrome. I didn't have a google account sync. But the profiles are still accessible on the old HDD. I want to view my passwords or at least transfer them to my new pc. The older HDD belonged to a win 8.1 pc. I pulled up the Login data sqlite file but when I view it in sql server it says the password value is stored in a blob. Any advice on recovering them would be helpful,a majority of my lifes on there.

pr0317385

Posted 2020-01-23T22:15:22.103

Reputation: 3

I transferred the file from the old HDD and pasted it into the appdata folders for chrome and tried to browse it via chrome documents from the search bar. It only caused me to download the login data file. I know my older computers password if that helps. – pr0317385 – 2020-01-23T22:47:01.880

got the login data file, whats next? – pr0317385 – 2020-01-23T22:51:11.800

damn, I wonder if copying all the profile data from the older HDD would work. Any idea on how id view the blob text? – pr0317385 – 2020-01-23T22:54:09.227

This really sucks, im not sure what else to do. I back up everything expect passwords.Thanks for your ideas – pr0317385 – 2020-01-23T23:05:37.877

If Chrome is not able to load your old profile then there is nothing that can be done. Having experience in the past dealing with issues like you describe, it should be as transferring the Chrome user profile to your new machine, if that isn't working then nothing can be done. – Ramhound – 2020-01-23T23:10:01.893

Does this answer your question? How to recover google chrome passwords from hdd?

– Moab – 2020-01-23T23:40:57.517

fwiw, i couldn't get an old profile restored from a different disk to work in chrome, but firefox was able to import my chrome profile, and then let me export. go firefox. – dandavis – 2020-01-24T18:01:41.523

Answers

1

This has been answered already on SuperUser I believe: Recover from external hard drive

The Nirsoft Chromepass software can read passwords on Chrome from an external hard drive if you remember your windows login password. You need this password:

In order to use this feature, you must know the last logged-on password used for this profile, because the passwords are encrypted with the SHA hash of the log-on password, and without that hash, the passwords cannot be decrypted.

Natsu Kage

Posted 2020-01-23T22:15:22.103

Reputation: 781