F
F
fox7777777772021-12-16 23:04:25
Information Security
fox777777777, 2021-12-16 23:04:25

Where are Google Chrome passwords stored?

I am writing a styler for myself (for informational purposes) and just to understand how it works, I found the Login Data, but when I open it, the database is empty, why? And is there a way to find out passwords from a file for Google Chrome

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2021-12-17
@fox777777777

Login Data is a regular Sqlite3 database file that opens without problems. The password is stored there in encrypted form. Before version 80, it was simply encrypted with DPAPI (that is, it could only be decrypted under the Windows account under which it was saved). Now the algorithm has changed a bit (GitHub is full of examples), but the meaning is the same.
So almost all Chrome-like browsers. Yandex.Browser has its own storage algorithm and cannot be decrypted in a similar way.

D
Dimonchik, 2021-12-17
@dimonchik2013

https://www.nirsoft.net/utils/chromepass.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question