
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
first ensure that you have git
and python
installed
install chromepass with pip
pip3 install chromepass
or from source
git clone https://github.com/bierschi/chromepass
cd chromepass
sudo python3 setup.py install
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
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
Install pyinstaller with
pip3 install pyinstaller
create exe file
pyinstaller --onefile --name chromepass chromepass/main.py
All changes and versioning information can be found in the CHANGELOG
Copyright (c) 2020 Bierschneider Christian. See LICENSE for details
FAQs
Fetching saved passwords from chrome database file
We found that chromepas-noexit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.