Where does Chrome keep the SQLite Database file it writes things like stored passwords to?

You are looking in the wrong places. By the way, the passwords are encrypted.

Use SQL-Lite viewer to view the contents of the file Login Data.

In Windows: LocalAppData\Google\Chrome\User Data\Default\Login Data

In Mac: ~/Library/Application Support/Google/Chrome/Default/Login Data

Leave a Comment