Skip to content

A Python script to extract and decrypt saved passwords from Google Chrome’s SQLite database, saving them to a text file. It uses AES decryption and the win32crypt library for Windows systems.

License

Notifications You must be signed in to change notification settings

CipherX-bit/Chrome_Password_Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e2768b1 · Feb 14, 2025

History

2 Commits
Feb 14, 2025
Feb 2, 2025
Feb 2, 2025
Feb 2, 2025

Repository files navigation

Chrome Password Extractor

Description

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.

Features

  • 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.

Prerequisites

  • Windows OS
  • Python 3.x
  • Google Chrome installed

Dependencies

Ensure you have the following Python packages installed:

pip install pycryptodome pypiwin32 tqdm

Installation

  1. Clone or download the repository:
git clone https://github.com/CipherX-bit/Chrome-Password-Extractor.git
cd Chrome-Password-Extractor
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

Run the script with administrator privileges:

python script.py

You will be prompted to confirm the execution before extracting any passwords.

Security Warning

⚠️ This script accesses sensitive data. Use it only on systems you own or have permission to access. Unauthorized usage is illegal.

License

This project is for educational purposes only. The author is not responsible for any misuse of this script.

About

A Python script to extract and decrypt saved passwords from Google Chrome’s SQLite database, saving them to a text file. It uses AES decryption and the win32crypt library for Windows systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages