Skip to content

This Python script allows users to securely extract, decrypt, view, export, and manage saved login credentials from Google Chrome's local user data.

License

Notifications You must be signed in to change notification settings

phoenixmariepornstaractress/Chrome-Password-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Password Extractor

This Python script allows users to securely extract, decrypt, view, export, and manage saved login credentials from Google Chrome's local user data. It also includes features to back up login data, redact sensitive information, and filter credentials for better analysis.

⚠️ Important Notice: This tool is intended for educational and ethical purposes only. Use it only on systems and data you own or are authorized to access.


Features

  • ✅ Decrypt and display saved Chrome passwords
  • 📁 Export credentials to TXT, CSV, and JSON
  • 🔐 Encrypt and update existing login entries
  • 🔍 Filter credentials by domain or username
  • 🕵️ Redact sensitive information for safe review
  • 🧱 Backup original Chrome Login Data
  • 📜 Logging for all operations

Requirements

  • Python 3.x

  • Windows OS (uses win32crypt)

  • Required packages:

    pip install pywin32

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/chrome-password-extractor.git
    cd chrome-password-extractor
  2. Run the script:

    python extractor.py
  3. Review the output in the terminal and exported files (TXT, CSV, JSON).


Contributing

We welcome and appreciate contributions from the community!

If you would like to:

  • Report a bug
  • Suggest a new feature
  • Improve the code or documentation

Please feel free to open an issue or submit a pull request.

Contribution Guidelines

  • Fork the repository
  • Create a new branch (git checkout -b feature-name)
  • Commit your changes (git commit -am 'Add feature')
  • Push to the branch (git push origin feature-name)
  • Open a pull request

License

This project is licensed under the MIT License.


Disclaimer

The authors and contributors of this repository are not responsible for any misuse of this code. Always comply with privacy laws and ethical guidelines.


با تشکر از شما برای علاقه‌مندیتان! خوشحال می‌شویم که در توسعه این پروژه مشارکت کنید.


About

This Python script allows users to securely extract, decrypt, view, export, and manage saved login credentials from Google Chrome's local user data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages