Chrome Password Extractor is a Python script designed to retrieve and decrypt saved passwords from Google Chrome. It utilizes the Windows Data Protection API (DPAPI) to decrypt stored credentials securely.
- Extracts saved login credentials from Google Chrome.
- Decrypts passwords using the system's encryption key.
- Saves the extracted data to a text file.
- Displays a progress bar using
tqdm
.
- Windows OS
- Python 3.x
- Google Chrome installed
Ensure you have the following Python packages installed:
pip install pycryptodome pypiwin32 tqdm
- Clone or download the repository:
git clone https://github.com/CipherX-bit/Chrome-Password-Extractor.git
cd Chrome-Password-Extractor
- Install the required dependencies:
pip install -r requirements.txt
Run the script with administrator privileges:
python script.py
You will be prompted to confirm the execution before extracting any passwords.
This project is for educational purposes only. The author is not responsible for any misuse of this script.