Python script to decrypt saved Chrome usernames and passwords on windows
Python 3.6 and:
python -m pip install pipenv
pipenv install
pipenv run python chrome_decrypt.py
pipenv run pyinstaller --clean -F --distpath=. chrome_decrypt.py
Python script to decrypt saved Chrome usernames and passwords on windows
Python
Python script to decrypt saved Chrome usernames and passwords on windows
Python 3.6 and:
python -m pip install pipenv
pipenv install
pipenv run python chrome_decrypt.py
pipenv run pyinstaller --clean -F --distpath=. chrome_decrypt.py