Fetching saved passwords from chrome database file
Project description
chromepass
- Fetching saved passwords from chrome database file
- Supports Windows and Linux Platform
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file chromepass-1.0.3.tar.gz
.
File metadata
- Download URL: chromepass-1.0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40af06dfe1cf9721a7702a278be1190b8a8f8182a1cfa1920e63c8c1b55cbf1a |
|
MD5 | 049ced2b74a3e1b17fe30ad1d1d6191e |
|
BLAKE2b-256 | 665724aed81b87ccbf2f17c6e32dd0b18bf12ea2bf3e4e16c9395a89c5ab6b16 |
File details
Details for the file chromepass-1.0.3-py3.6.egg
.
File metadata
- Download URL: chromepass-1.0.3-py3.6.egg
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9889d63512d25a4f82cd07576bef6a050c20b801ad71b37061cc93157d74291 |
|
MD5 | 4bb202c2edb660a40f3b89fbae5e11dd |
|
BLAKE2b-256 | 87f9414820292795b59068516de1230ac1dcbb8c89a9f102eace8c04ea2810f7 |
File details
Details for the file chromepass-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: chromepass-1.0.3-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc0302a7154f284531ccd9bbfb2d6eb1514caa9bfc3aca54034c01ef56dd1d2e |
|
MD5 | c03773fff6810534afe3c75ee0689942 |
|
BLAKE2b-256 | 3672eb16bfd3a761ba899535ee02f4f15fa4434633a9d8605a8c416614bdcbdc |