Skip to main content

Fetching saved passwords from chrome database file

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chromepass-1.0.3.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distributions

chromepass-1.0.3-py3.6.egg (15.9 kB view hashes)

Uploaded Source

chromepass-1.0.3-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page