Chromepass
Fetching passwords from the chrome browser database
Install / Use
/learn @bierschi/ChromepassREADME
chromepass
<!--[](https://svgshare.com/i/Zhy.svg) [](https://svgshare.com/i/ZhY.svg) [](https://svgshare.com/i/ZjP.svg)-->- 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
<pre><code> pip3 install chromepass </code></pre>or from source
<pre><code> git clone https://github.com/bierschi/chromepass cd chromepass sudo python3 setup.py install </code></pre>Windows
install chromepass with pip
<pre><code> pip install chromepass py -3.8 -m pip install chromepass </code></pre>or from source
<pre><code> git clone https://github.com/bierschi/chromepass cd chromepass pip install -r requirements.txt python setup.py install </code></pre>use specific python version
<pre><code> git clone https://github.com/bierschi/chromepass cd chromepass py -3.8 -m pip install -r requirements.txt py -3.8 setup.py install </code></pre>if an error appears that microsoft viusal c++ 14.0 or greater is required, update pip and setuptools to the latest version
Usage and Examples
Print the available arguments
<pre><code> chromepass --help </code></pre>use it without any arguments
<pre><code> chromepass </code></pre>or save the results to a file
<pre><code> chromepass --file /home/christian/chromepass.txt </code></pre>Executables
Install pyinstaller with
<pre><code> pip3 install pyinstaller </code></pre>create exe file
<pre><code> pyinstaller --onefile --name chromepass chromepass/main.py </code></pre>Changelog
All changes and versioning information can be found in the CHANGELOG
License
Copyright (c) 2020 Bierschneider Christian. See LICENSE for details
