MCPcopy Index your code
hub / github.com/bierschi/chromepass

github.com/bierschi/chromepass @v1.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.3 ↗ · + Follow
26 symbols 98 edges 8 files 20 documented · 77%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

chromepass

  • Fetching saved passwords from chrome database file
  • Supports Windows and Linux Platform

Alt Text

Installation

first ensure that you have git and python installed

Linux

install chromepass with pip


pip3 install chromepass

or from source


git clone https://github.com/bierschi/chromepass
cd chromepass
sudo python3 setup.py install

Windows

install chromepass with pip


pip install chromepass
py -3.8 -m pip install chromepass

or from source


git clone https://github.com/bierschi/chromepass
cd chromepass
pip install -r requirements.txt
python setup.py install

use specific python version


git clone https://github.com/bierschi/chromepass
cd chromepass
py -3.8 -m pip install -r requirements.txt
py -3.8 setup.py install

if an error appears that microsoft viusal c++ 14.0 or greater is required, update pip and setuptools to the latest version


py -3.8 -m pip install --upgrade pip
py -3.8 -m pip install --upgrade setuptools

Usage and Examples

Print the available arguments


chromepass --help

use it without any arguments


chromepass

or save the results to a file


chromepass --file /home/christian/chromepass.txt

Executables

Install pyinstaller with


pip3 install pyinstaller

create exe file


pyinstaller --onefile --name chromepass chromepass/main.py

Changelog

All changes and versioning information can be found in the CHANGELOG

License

Copyright (c) 2020 Bierschneider Christian. See LICENSE for details

Core symbols most depended-on inside this repo

decrypt_password
called by 1
chromepass/chrome.py
close_connection
called by 1
chromepass/chrome_passwords.py
connect_to_database_file
called by 1
chromepass/chrome_passwords.py
get_passwords
called by 1
chromepass/chrome_passwords.py
main
called by 1
chromepass/main.py
decrypt_password
called by 0
chromepass/chrome_windows.py
decrypt_password
called by 0
chromepass/chrome_mac.py

Shape

Method 20
Class 5
Function 1

Languages

Python100%

Modules by API surface

chromepass/chrome_windows.py8 symbols
chromepass/chrome_passwords.py6 symbols
chromepass/chrome_mac.py4 symbols
chromepass/chrome_linux.py4 symbols
chromepass/chrome.py3 symbols
chromepass/main.py1 symbols

For agents

$ claude mcp add chromepass \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page