251 / chromium_decode

dump Chromium passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

chromium_decode is a quick hack for Chromium to dump the login credentials stored in .config/chromium/Default/Login Data.

Usage

> chromium_decode <path/Login Data>
site: https://example.com
user: me
pass: secret
...

Use case

Be aware that Chromium already has an import/export mechanism for login credentials. This tool might come in handy when you need to recover the data from a backup because your SSD spontaneously shredded all the data... 😞

Limitations

  • Only applicable if Chromium used its default password (peanuts) to store the credentials.
  • Only tested on Linux.
  • Not tested with non-ASCII characters.

Requirements

Notes

  • relevant Chromium sources in components/os_crypt/os_crypt_posix.cc

About

dump Chromium passwords

License:MIT License


Languages

Language:C 95.4%Language:Makefile 4.6%