{"id":19752722,"url":"https://github.com/thomasthelen/dump-chrome-accounts","last_synced_at":"2026-05-16T07:03:57.949Z","repository":{"id":87031481,"uuid":"288069109","full_name":"ThomasThelen/dump-chrome-accounts","owner":"ThomasThelen","description":"Dumps accounts stored in Google Chrome to Dropbox or disk ","archived":false,"fork":false,"pushed_at":"2020-08-17T03:49:28.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T08:44:38.298Z","etag":null,"topics":["google-chrome","hacking","hacking-tool","password-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasThelen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-17T02:51:50.000Z","updated_at":"2020-08-17T03:49:30.000Z","dependencies_parsed_at":"2023-05-30T07:15:39.979Z","dependency_job_id":null,"html_url":"https://github.com/ThomasThelen/dump-chrome-accounts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThomasThelen/dump-chrome-accounts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasThelen%2Fdump-chrome-accounts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasThelen%2Fdump-chrome-accounts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasThelen%2Fdump-chrome-accounts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasThelen%2Fdump-chrome-accounts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasThelen","download_url":"https://codeload.github.com/ThomasThelen/dump-chrome-accounts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasThelen%2Fdump-chrome-accounts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33093666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-chrome","hacking","hacking-tool","password-manager"],"created_at":"2024-11-12T02:49:50.625Z","updated_at":"2026-05-16T07:03:57.913Z","avatar_url":"https://github.com/ThomasThelen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dump Chrome Accounts\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2c2432b7825b4d28abc084b3880f1a0f)](https://www.codacy.com/manual/ThomasThelen/dump-chrome-accounts?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=ThomasThelen/dump-chrome-accounts\u0026amp;utm_campaign=Badge_Grade)\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n\nDumps accounts stored in Google Chrome to Dropbox or disk \n\n## Background\nGoogle Chrome stores saved account information in a sqllite database stored at ``a``. The database stores the passwords in an encrypted form. The passwords are encrypted using the Win32 method, `CryptProtectData`. The passwords can be decrypted using `CryptUnprotectData`, as long as it's done on the same user account that was used to encrypt them.\n\n## Usage\n\nCreate an instance of the `ChromeAccountDatabase` class to load and parse the database. \n\n`chrome_database = ChromeAccountDatabase()`\n\nTo show the accounts inside the database, print the `ChromeAccountDatabase` object \n\n`print(chrome_database)`\n\nTo upload the accounts to Dropbox, pass the API key to `ChromeAccountDatabase::to_dropbox`\n\n` chrome_database.to_dropbox(API_KEY)`\n\nTo save locally as a csv with a defualt filename\n\n`chrome_database.to_csv()`\n\nor specify a custom filepath,\n\n`chrome_database.to_csv()`\n\nTo get the accounts as a string stream,\n\n`csv_stream: StringIO = chrome_database.to_csv(as_stream=True)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthelen%2Fdump-chrome-accounts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasthelen%2Fdump-chrome-accounts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthelen%2Fdump-chrome-accounts/lists"}