Skip to content

Python script to decrypt saved Chrome usernames and passwords on windows

Notifications You must be signed in to change notification settings

nighthawkk/chrome-decrypter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-decrypter

Python script to decrypt saved Chrome usernames and passwords on windows

Setup

Python dependencies

Python 3.6 and:

python -m pip install pipenv

chrome-decrypter dependencies to run and build

pipenv install

Run

pipenv run python chrome_decrypt.py

Build .exe

pipenv run pyinstaller --clean -F --distpath=. chrome_decrypt.py

About

Python script to decrypt saved Chrome usernames and passwords on windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%